Shades of Dark Turquoise #1FCBDC
Tints of Dark Turquoise #1FCBDC
RGB
CMYK
RGB Variations
Color information
#1FCBDC (or 0x1FCBDC) is known color: Dark Turquoise. HEX triplet: 1F, CB and DC. RGB value is (31,203,220). Sum of RGB (Red+Green+Blue) = 31+203+220=454 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.83% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #1FCBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCBDC is #E03423. Grayscale: #999999. Windows color (decimal): -14693412 or 14469919. OLE color: 14469919.
HSL color Cylindrical-coordinate representation of color #1FCBDC: hue angle of 185.4º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FCBDC is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 203 | 220 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.14 |
| HSL | 185.4º | 0.75% | 0.49% | - |
| HSV(B) | 185.4º | 0.86% | 0.86% | - |
| XYZ | 34.84 | 48.17 | 75.17 | - |
| YUV | 153.51 | 165.52 | 40.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 203 | 220 | 0.86 | 0.08 | 0 | 0.14 | 185.4 | 0.75 | 0.49 |
| Hex | 1F | CB | DC | 56 | 8 | 0 | E | B9 | 4B | 31 |
| Octal | 37 | 313 | 334 | 126 | 10 | 0 | 16 | 271 | 113 | 61 |
| Binary | 11111 | 11001011 | 11011100 | 1010110 | 1000 | 0 | 1110 | 10111001 | 1001011 | 110001 |
Color Harmonies of #1FCBDC
Complementary color
Monochromatic Colors of #1FCBDC
Black with #1FCBDC
Text Example
Text Example
White with #1FCBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCBDC; }
p { color: rgb(31,203,220); }
H1.HeaderClassName
{
color: #1FCBDC;
}
.AnyTagClassName
{
color: #1FCBDC;
}
</style>
background-color css
<style>
a { background-color: #1FCBDC; }
a { background-color: rgb(31,203,220); }
div.DivClassName
{
background-color: #1FCBDC;
}
.BgClassName
{
background-color: #1FCBDC;
}
</style>
border-color css
<style>
span { border-color: #1FCBDC; }
span { border-color: rgb(31,203,220); }
td.TdClassName
{
border-color: #1FCBDC;
}
.TagClassName
{
border-color: #1FCBDC;
}
</style>