Shades of Dark Turquoise #1FCCDC
Tints of Dark Turquoise #1FCCDC
RGB
CMYK
RGB Variations
Color information
#1FCCDC (or 0x1FCCDC) is known color: Dark Turquoise. HEX triplet: 1F, CC and DC. RGB value is (31,204,220). Sum of RGB (Red+Green+Blue) = 31+204+220=455 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.81% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #1FCCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCCDC is #E03323. Grayscale: #999999. Windows color (decimal): -14693156 or 14470175. OLE color: 14470175.
HSL color Cylindrical-coordinate representation of color #1FCCDC: hue angle of 185.08º 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 #1FCCDC is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 204 | 220 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.14 |
| HSL | 185.08º | 0.75% | 0.49% | - |
| HSV(B) | 185.08º | 0.86% | 0.86% | - |
| XYZ | 35.08 | 48.64 | 75.25 | - |
| YUV | 154.1 | 165.19 | 40.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 220 | 0.86 | 0.07 | 0 | 0.14 | 185.08 | 0.75 | 0.49 |
| Hex | 1F | CC | DC | 56 | 7 | 0 | E | B9 | 4B | 31 |
| Octal | 37 | 314 | 334 | 126 | 7 | 0 | 16 | 271 | 113 | 61 |
| Binary | 11111 | 11001100 | 11011100 | 1010110 | 111 | 0 | 1110 | 10111001 | 1001011 | 110001 |
Color Harmonies of #1FCCDC
Complementary color
Monochromatic Colors of #1FCCDC
Black with #1FCCDC
Text Example
Text Example
White with #1FCCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCCDC; }
p { color: rgb(31,204,220); }
H1.HeaderClassName
{
color: #1FCCDC;
}
.AnyTagClassName
{
color: #1FCCDC;
}
</style>
background-color css
<style>
a { background-color: #1FCCDC; }
a { background-color: rgb(31,204,220); }
div.DivClassName
{
background-color: #1FCCDC;
}
.BgClassName
{
background-color: #1FCCDC;
}
</style>
border-color css
<style>
span { border-color: #1FCCDC; }
span { border-color: rgb(31,204,220); }
td.TdClassName
{
border-color: #1FCCDC;
}
.TagClassName
{
border-color: #1FCCDC;
}
</style>