Shades of Dark Turquoise #1FCAE5
Tints of Dark Turquoise #1FCAE5
RGB
CMYK
RGB Variations
Color information
#1FCAE5 (or 0x1FCAE5) is known color: Dark Turquoise. HEX triplet: 1F, CA and E5. RGB value is (31,202,229). Sum of RGB (Red+Green+Blue) = 31+202+229=462 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.71% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 229 (89.84% from 255 or 49.57% from 462); Max value from RGB is 229 - color contains mainly: blue. Hex color #1FCAE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCAE5 is #E0351A. Grayscale: #999999. Windows color (decimal): -14693659 or 15059487. OLE color: 15059487.
HSL color Cylindrical-coordinate representation of color #1FCAE5: hue angle of 188.18º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FCAE5 is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 31 | 202 | 229 | - |
| CMYK | 0.86 | 0.12 | 0 | 0.10 |
| HSL | 188.18º | 0.79% | 0.51% | - |
| HSV(B) | 188.18º | 0.86% | 0.9% | - |
| XYZ | 35.83 | 48.19 | 81.54 | - |
| YUV | 153.95 | 170.35 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 202 | 229 | 0.86 | 0.12 | 0 | 0.10 | 188.18 | 0.79 | 0.51 |
| Hex | 1F | CA | E5 | 56 | C | 0 | A | BC | 4F | 33 |
| Octal | 37 | 312 | 345 | 126 | 14 | 0 | 12 | 274 | 117 | 63 |
| Binary | 11111 | 11001010 | 11100101 | 1010110 | 1100 | 0 | 1010 | 10111100 | 1001111 | 110011 |
Color Harmonies of #1FCAE5
Complementary color
Monochromatic Colors of #1FCAE5
Black with #1FCAE5
Text Example
Text Example
White with #1FCAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCAE5; }
p { color: rgb(31,202,229); }
H1.HeaderClassName
{
color: #1FCAE5;
}
.AnyTagClassName
{
color: #1FCAE5;
}
</style>
background-color css
<style>
a { background-color: #1FCAE5; }
a { background-color: rgb(31,202,229); }
div.DivClassName
{
background-color: #1FCAE5;
}
.BgClassName
{
background-color: #1FCAE5;
}
</style>
border-color css
<style>
span { border-color: #1FCAE5; }
span { border-color: rgb(31,202,229); }
td.TdClassName
{
border-color: #1FCAE5;
}
.TagClassName
{
border-color: #1FCAE5;
}
</style>