Shades of Dark Turquoise #1FCEDC
Tints of Dark Turquoise #1FCEDC
RGB
CMYK
RGB Variations
Color information
#1FCEDC (or 0x1FCEDC) is known color: Dark Turquoise. HEX triplet: 1F, CE and DC. RGB value is (31,206,220). Sum of RGB (Red+Green+Blue) = 31+206+220=457 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.78% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #1FCEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCEDC is #E03123. Grayscale: #9B9B9B. Windows color (decimal): -14692644 or 14470687. OLE color: 14470687.
HSL color Cylindrical-coordinate representation of color #1FCEDC: hue angle of 184.44º 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 #1FCEDC is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 206 | 220 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.14 |
| HSL | 184.44º | 0.75% | 0.49% | - |
| HSV(B) | 184.44º | 0.86% | 0.86% | - |
| XYZ | 35.55 | 49.6 | 75.41 | - |
| YUV | 155.27 | 164.52 | 39.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 220 | 0.86 | 0.06 | 0 | 0.14 | 184.44 | 0.75 | 0.49 |
| Hex | 1F | CE | DC | 56 | 6 | 0 | E | B8 | 4B | 31 |
| Octal | 37 | 316 | 334 | 126 | 6 | 0 | 16 | 270 | 113 | 61 |
| Binary | 11111 | 11001110 | 11011100 | 1010110 | 110 | 0 | 1110 | 10111000 | 1001011 | 110001 |
Color Harmonies of #1FCEDC
Complementary color
Monochromatic Colors of #1FCEDC
Black with #1FCEDC
Text Example
Text Example
White with #1FCEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCEDC; }
p { color: rgb(31,206,220); }
H1.HeaderClassName
{
color: #1FCEDC;
}
.AnyTagClassName
{
color: #1FCEDC;
}
</style>
background-color css
<style>
a { background-color: #1FCEDC; }
a { background-color: rgb(31,206,220); }
div.DivClassName
{
background-color: #1FCEDC;
}
.BgClassName
{
background-color: #1FCEDC;
}
</style>
border-color css
<style>
span { border-color: #1FCEDC; }
span { border-color: rgb(31,206,220); }
td.TdClassName
{
border-color: #1FCEDC;
}
.TagClassName
{
border-color: #1FCEDC;
}
</style>