Shades of Bright Turquoise #1FEDCB
Tints of Bright Turquoise #1FEDCB
RGB
CMYK
RGB Variations
Color information
#1FEDCB (or 0x1FEDCB) is known color: Bright Turquoise. HEX triplet: 1F, ED and CB. RGB value is (31,237,203). Sum of RGB (Red+Green+Blue) = 31+237+203=471 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.58% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #1FEDCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEDCB is #E01234. Grayscale: #ABABAB. Windows color (decimal): -14684725 or 13364511. OLE color: 13364511.
HSL color Cylindrical-coordinate representation of color #1FEDCB: hue angle of 170.1º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEDCB is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 237 | 203 | - |
| CMYK | 0.87 | 0 | 0.14 | 0.07 |
| HSL | 170.1º | 0.85% | 0.53% | - |
| HSV(B) | 170.1º | 0.87% | 0.93% | - |
| XYZ | 41.63 | 65.17 | 66.89 | - |
| YUV | 171.53 | 145.75 | 27.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 237 | 203 | 0.87 | 0 | 0.14 | 0.07 | 170.1 | 0.85 | 0.53 |
| Hex | 1F | ED | CB | 57 | 0 | E | 7 | AA | 55 | 35 |
| Octal | 37 | 355 | 313 | 127 | 0 | 16 | 7 | 252 | 125 | 65 |
| Binary | 11111 | 11101101 | 11001011 | 1010111 | 0 | 1110 | 111 | 10101010 | 1010101 | 110101 |
Color Harmonies of #1FEDCB
Complementary color
Monochromatic Colors of #1FEDCB
Black with #1FEDCB
Text Example
Text Example
White with #1FEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEDCB; }
p { color: rgb(31,237,203); }
H1.HeaderClassName
{
color: #1FEDCB;
}
.AnyTagClassName
{
color: #1FEDCB;
}
</style>
background-color css
<style>
a { background-color: #1FEDCB; }
a { background-color: rgb(31,237,203); }
div.DivClassName
{
background-color: #1FEDCB;
}
.BgClassName
{
background-color: #1FEDCB;
}
</style>
border-color css
<style>
span { border-color: #1FEDCB; }
span { border-color: rgb(31,237,203); }
td.TdClassName
{
border-color: #1FEDCB;
}
.TagClassName
{
border-color: #1FEDCB;
}
</style>