Shades of Dark Turquoise #1FD2CE
Tints of Dark Turquoise #1FD2CE
RGB
CMYK
RGB Variations
Color information
#1FD2CE (or 0x1FD2CE) is known color: Dark Turquoise. HEX triplet: 1F, D2 and CE. RGB value is (31,210,206). Sum of RGB (Red+Green+Blue) = 31+210+206=447 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.94% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 210 - color contains mainly: green. Hex color #1FD2CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FD2CE is #E02D31. Grayscale: #9B9B9B. Windows color (decimal): -14691634 or 13554207. OLE color: 13554207.
HSL color Cylindrical-coordinate representation of color #1FD2CE: hue angle of 178.66º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD2CE is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 210 | 206 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.18 |
| HSL | 178.66º | 0.74% | 0.47% | - |
| HSV(B) | 178.66º | 0.85% | 0.82% | - |
| XYZ | 34.75 | 50.84 | 66.37 | - |
| YUV | 156.02 | 156.2 | 38.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 210 | 206 | 0.85 | 0 | 0.02 | 0.18 | 178.66 | 0.74 | 0.47 |
| Hex | 1F | D2 | CE | 55 | 0 | 2 | 12 | B3 | 4A | 2F |
| Octal | 37 | 322 | 316 | 125 | 0 | 2 | 22 | 263 | 112 | 57 |
| Binary | 11111 | 11010010 | 11001110 | 1010101 | 0 | 10 | 10010 | 10110011 | 1001010 | 101111 |
Color Harmonies of #1FD2CE
Complementary color
Monochromatic Colors of #1FD2CE
Black with #1FD2CE
Text Example
Text Example
White with #1FD2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD2CE; }
p { color: rgb(31,210,206); }
H1.HeaderClassName
{
color: #1FD2CE;
}
.AnyTagClassName
{
color: #1FD2CE;
}
</style>
background-color css
<style>
a { background-color: #1FD2CE; }
a { background-color: rgb(31,210,206); }
div.DivClassName
{
background-color: #1FD2CE;
}
.BgClassName
{
background-color: #1FD2CE;
}
</style>
border-color css
<style>
span { border-color: #1FD2CE; }
span { border-color: rgb(31,210,206); }
td.TdClassName
{
border-color: #1FD2CE;
}
.TagClassName
{
border-color: #1FD2CE;
}
</style>