Shades of Dark Turquoise #1FCFD5
Tints of Dark Turquoise #1FCFD5
RGB
CMYK
RGB Variations
Color information
#1FCFD5 (or 0x1FCFD5) is known color: Dark Turquoise. HEX triplet: 1F, CF and D5. RGB value is (31,207,213). Sum of RGB (Red+Green+Blue) = 31+207+213=451 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.87% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 213 (83.59% from 255 or 47.23% from 451); Max value from RGB is 213 - color contains mainly: blue. Hex color #1FCFD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCFD5 is #E0302A. Grayscale: #9A9A9A. Windows color (decimal): -14692395 or 14012191. OLE color: 14012191.
HSL color Cylindrical-coordinate representation of color #1FCFD5: hue angle of 181.98º 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 #1FCFD5 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 207 | 213 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.16 |
| HSL | 181.98º | 0.75% | 0.48% | - |
| HSV(B) | 181.98º | 0.85% | 0.84% | - |
| XYZ | 34.89 | 49.72 | 70.71 | - |
| YUV | 155.06 | 160.69 | 39.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 207 | 213 | 0.85 | 0.03 | 0 | 0.16 | 181.98 | 0.75 | 0.48 |
| Hex | 1F | CF | D5 | 55 | 3 | 0 | 10 | B6 | 4B | 30 |
| Octal | 37 | 317 | 325 | 125 | 3 | 0 | 20 | 266 | 113 | 60 |
| Binary | 11111 | 11001111 | 11010101 | 1010101 | 11 | 0 | 10000 | 10110110 | 1001011 | 110000 |
Color Harmonies of #1FCFD5
Complementary color
Monochromatic Colors of #1FCFD5
Black with #1FCFD5
Text Example
Text Example
White with #1FCFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCFD5; }
p { color: rgb(31,207,213); }
H1.HeaderClassName
{
color: #1FCFD5;
}
.AnyTagClassName
{
color: #1FCFD5;
}
</style>
background-color css
<style>
a { background-color: #1FCFD5; }
a { background-color: rgb(31,207,213); }
div.DivClassName
{
background-color: #1FCFD5;
}
.BgClassName
{
background-color: #1FCFD5;
}
</style>
border-color css
<style>
span { border-color: #1FCFD5; }
span { border-color: rgb(31,207,213); }
td.TdClassName
{
border-color: #1FCFD5;
}
.TagClassName
{
border-color: #1FCFD5;
}
</style>