Shades of Dark Turquoise #1FCBDE
Tints of Dark Turquoise #1FCBDE
RGB
CMYK
RGB Variations
Color information
#1FCBDE (or 0x1FCBDE) is known color: Dark Turquoise. HEX triplet: 1F, CB and DE. RGB value is (31,203,222). Sum of RGB (Red+Green+Blue) = 31+203+222=456 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.80% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #1FCBDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCBDE is #E03421. Grayscale: #999999. Windows color (decimal): -14693410 or 14600991. OLE color: 14600991.
HSL color Cylindrical-coordinate representation of color #1FCBDE: hue angle of 185.97º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FCBDE is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 203 | 222 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.13 |
| HSL | 185.97º | 0.75% | 0.5% | - |
| HSV(B) | 185.97º | 0.86% | 0.87% | - |
| XYZ | 35.11 | 48.28 | 76.58 | - |
| YUV | 153.74 | 166.52 | 40.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 203 | 222 | 0.86 | 0.09 | 0 | 0.13 | 185.97 | 0.75 | 0.5 |
| Hex | 1F | CB | DE | 56 | 9 | 0 | D | BA | 4B | 32 |
| Octal | 37 | 313 | 336 | 126 | 11 | 0 | 15 | 272 | 113 | 62 |
| Binary | 11111 | 11001011 | 11011110 | 1010110 | 1001 | 0 | 1101 | 10111010 | 1001011 | 110010 |
Color Harmonies of #1FCBDE
Complementary color
Monochromatic Colors of #1FCBDE
Black with #1FCBDE
Text Example
Text Example
White with #1FCBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCBDE; }
p { color: rgb(31,203,222); }
H1.HeaderClassName
{
color: #1FCBDE;
}
.AnyTagClassName
{
color: #1FCBDE;
}
</style>
background-color css
<style>
a { background-color: #1FCBDE; }
a { background-color: rgb(31,203,222); }
div.DivClassName
{
background-color: #1FCBDE;
}
.BgClassName
{
background-color: #1FCBDE;
}
</style>
border-color css
<style>
span { border-color: #1FCBDE; }
span { border-color: rgb(31,203,222); }
td.TdClassName
{
border-color: #1FCBDE;
}
.TagClassName
{
border-color: #1FCBDE;
}
</style>