Shades of Dark Turquoise #1FCECF
Tints of Dark Turquoise #1FCECF
RGB
CMYK
RGB Variations
Color information
#1FCECF (or 0x1FCECF) is known color: Dark Turquoise. HEX triplet: 1F, CE and CF. RGB value is (31,206,207). Sum of RGB (Red+Green+Blue) = 31+206+207=444 (58% of max value = 765). Red value is 31 (12.5% from 255 or 6.98% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #1FCECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCECF is #E03130. Grayscale: #999999. Windows color (decimal): -14692657 or 13618719. OLE color: 13618719.
HSL color Cylindrical-coordinate representation of color #1FCECF: hue angle of 180.34º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCECF is Cyan = 0.85, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 206 | 207 | - |
| CMYK | 0.85 | 0.00 | 0 | 0.19 |
| HSL | 180.34º | 0.74% | 0.47% | - |
| HSV(B) | 180.34º | 0.85% | 0.81% | - |
| XYZ | 33.9 | 48.94 | 66.69 | - |
| YUV | 153.79 | 158.02 | 40.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 207 | 0.85 | 0.00 | 0 | 0.19 | 180.34 | 0.74 | 0.47 |
| Hex | 1F | CE | CF | 55 | 0 | 0 | 13 | B4 | 4A | 2F |
| Octal | 37 | 316 | 317 | 125 | 0 | 0 | 23 | 264 | 112 | 57 |
| Binary | 11111 | 11001110 | 11001111 | 1010101 | 0 | 0 | 10011 | 10110100 | 1001010 | 101111 |
Color Harmonies of #1FCECF
Complementary color
Monochromatic Colors of #1FCECF
Black with #1FCECF
Text Example
Text Example
White with #1FCECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCECF; }
p { color: rgb(31,206,207); }
H1.HeaderClassName
{
color: #1FCECF;
}
.AnyTagClassName
{
color: #1FCECF;
}
</style>
background-color css
<style>
a { background-color: #1FCECF; }
a { background-color: rgb(31,206,207); }
div.DivClassName
{
background-color: #1FCECF;
}
.BgClassName
{
background-color: #1FCECF;
}
</style>
border-color css
<style>
span { border-color: #1FCECF; }
span { border-color: rgb(31,206,207); }
td.TdClassName
{
border-color: #1FCECF;
}
.TagClassName
{
border-color: #1FCECF;
}
</style>