Shades of Dark Turquoise #1FCEE4
Tints of Dark Turquoise #1FCEE4
RGB
CMYK
RGB Variations
Color information
#1FCEE4 (or 0x1FCEE4) is known color: Dark Turquoise. HEX triplet: 1F, CE and E4. RGB value is (31,206,228). Sum of RGB (Red+Green+Blue) = 31+206+228=465 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.67% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 228 (89.45% from 255 or 49.03% from 465); Max value from RGB is 228 - color contains mainly: blue. Hex color #1FCEE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCEE4 is #E0311B. Grayscale: #9B9B9B. Windows color (decimal): -14692636 or 14994975. OLE color: 14994975.
HSL color Cylindrical-coordinate representation of color #1FCEE4: hue angle of 186.7º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FCEE4 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 206 | 228 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.11 |
| HSL | 186.7º | 0.78% | 0.51% | - |
| HSV(B) | 186.7º | 0.86% | 0.89% | - |
| XYZ | 36.64 | 50.04 | 81.13 | - |
| YUV | 156.18 | 168.52 | 38.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 228 | 0.86 | 0.10 | 0 | 0.11 | 186.7 | 0.78 | 0.51 |
| Hex | 1F | CE | E4 | 56 | A | 0 | B | BB | 4E | 33 |
| Octal | 37 | 316 | 344 | 126 | 12 | 0 | 13 | 273 | 116 | 63 |
| Binary | 11111 | 11001110 | 11100100 | 1010110 | 1010 | 0 | 1011 | 10111011 | 1001110 | 110011 |
Color Harmonies of #1FCEE4
Complementary color
Monochromatic Colors of #1FCEE4
Black with #1FCEE4
Text Example
Text Example
White with #1FCEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCEE4; }
p { color: rgb(31,206,228); }
H1.HeaderClassName
{
color: #1FCEE4;
}
.AnyTagClassName
{
color: #1FCEE4;
}
</style>
background-color css
<style>
a { background-color: #1FCEE4; }
a { background-color: rgb(31,206,228); }
div.DivClassName
{
background-color: #1FCEE4;
}
.BgClassName
{
background-color: #1FCEE4;
}
</style>
border-color css
<style>
span { border-color: #1FCEE4; }
span { border-color: rgb(31,206,228); }
td.TdClassName
{
border-color: #1FCEE4;
}
.TagClassName
{
border-color: #1FCEE4;
}
</style>