Shades of Dark Turquoise #1FCED5
Tints of Dark Turquoise #1FCED5
RGB
CMYK
RGB Variations
Color information
#1FCED5 (or 0x1FCED5) is known color: Dark Turquoise. HEX triplet: 1F, CE and D5. RGB value is (31,206,213). Sum of RGB (Red+Green+Blue) = 31+206+213=450 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.89% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 213 - color contains mainly: blue. Hex color #1FCED5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCED5 is #E0312A. Grayscale: #9A9A9A. Windows color (decimal): -14692651 or 14011935. OLE color: 14011935.
HSL color Cylindrical-coordinate representation of color #1FCED5: hue angle of 182.31º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCED5 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 206 | 213 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.16 |
| HSL | 182.31º | 0.75% | 0.48% | - |
| HSV(B) | 182.31º | 0.85% | 0.84% | - |
| XYZ | 34.65 | 49.24 | 70.63 | - |
| YUV | 154.47 | 161.02 | 39.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 213 | 0.85 | 0.03 | 0 | 0.16 | 182.31 | 0.75 | 0.48 |
| Hex | 1F | CE | D5 | 55 | 3 | 0 | 10 | B6 | 4B | 30 |
| Octal | 37 | 316 | 325 | 125 | 3 | 0 | 20 | 266 | 113 | 60 |
| Binary | 11111 | 11001110 | 11010101 | 1010101 | 11 | 0 | 10000 | 10110110 | 1001011 | 110000 |
Color Harmonies of #1FCED5
Complementary color
Monochromatic Colors of #1FCED5
Black with #1FCED5
Text Example
Text Example
White with #1FCED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCED5; }
p { color: rgb(31,206,213); }
H1.HeaderClassName
{
color: #1FCED5;
}
.AnyTagClassName
{
color: #1FCED5;
}
</style>
background-color css
<style>
a { background-color: #1FCED5; }
a { background-color: rgb(31,206,213); }
div.DivClassName
{
background-color: #1FCED5;
}
.BgClassName
{
background-color: #1FCED5;
}
</style>
border-color css
<style>
span { border-color: #1FCED5; }
span { border-color: rgb(31,206,213); }
td.TdClassName
{
border-color: #1FCED5;
}
.TagClassName
{
border-color: #1FCED5;
}
</style>