Shades of Dark Turquoise #1FC8D5
Tints of Dark Turquoise #1FC8D5
RGB
CMYK
RGB Variations
Color information
#1FC8D5 (or 0x1FC8D5) is known color: Dark Turquoise. HEX triplet: 1F, C8 and D5. RGB value is (31,200,213). Sum of RGB (Red+Green+Blue) = 31+200+213=444 (58% of max value = 765). Red value is 31 (12.5% from 255 or 6.98% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 213 (83.59% from 255 or 47.97% from 444); Max value from RGB is 213 - color contains mainly: blue. Hex color #1FC8D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC8D5 is #E0372A. Grayscale: #969696. Windows color (decimal): -14694187 or 14010399. OLE color: 14010399.
HSL color Cylindrical-coordinate representation of color #1FC8D5: hue angle of 184.29º 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 #1FC8D5 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 200 | 213 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.16 |
| HSL | 184.29º | 0.75% | 0.48% | - |
| HSV(B) | 184.29º | 0.85% | 0.84% | - |
| XYZ | 33.23 | 46.4 | 70.16 | - |
| YUV | 150.95 | 163.01 | 42.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 200 | 213 | 0.85 | 0.06 | 0 | 0.16 | 184.29 | 0.75 | 0.48 |
| Hex | 1F | C8 | D5 | 55 | 6 | 0 | 10 | B8 | 4B | 30 |
| Octal | 37 | 310 | 325 | 125 | 6 | 0 | 20 | 270 | 113 | 60 |
| Binary | 11111 | 11001000 | 11010101 | 1010101 | 110 | 0 | 10000 | 10111000 | 1001011 | 110000 |
Color Harmonies of #1FC8D5
Complementary color
Monochromatic Colors of #1FC8D5
Black with #1FC8D5
Text Example
Text Example
White with #1FC8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC8D5; }
p { color: rgb(31,200,213); }
H1.HeaderClassName
{
color: #1FC8D5;
}
.AnyTagClassName
{
color: #1FC8D5;
}
</style>
background-color css
<style>
a { background-color: #1FC8D5; }
a { background-color: rgb(31,200,213); }
div.DivClassName
{
background-color: #1FC8D5;
}
.BgClassName
{
background-color: #1FC8D5;
}
</style>
border-color css
<style>
span { border-color: #1FC8D5; }
span { border-color: rgb(31,200,213); }
td.TdClassName
{
border-color: #1FC8D5;
}
.TagClassName
{
border-color: #1FC8D5;
}
</style>