Shades of Dark Turquoise #1FC5DB
Tints of Dark Turquoise #1FC5DB
RGB
CMYK
RGB Variations
Color information
#1FC5DB (or 0x1FC5DB) is known color: Dark Turquoise. HEX triplet: 1F, C5 and DB. RGB value is (31,197,219). Sum of RGB (Red+Green+Blue) = 31+197+219=447 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.94% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #1FC5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC5DB is #E03A24. Grayscale: #959595. Windows color (decimal): -14694949 or 14402847. OLE color: 14402847.
HSL color Cylindrical-coordinate representation of color #1FC5DB: hue angle of 187.02º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FC5DB is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 197 | 219 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.14 |
| HSL | 187.02º | 0.75% | 0.49% | - |
| HSV(B) | 187.02º | 0.86% | 0.86% | - |
| XYZ | 33.32 | 45.34 | 74.01 | - |
| YUV | 149.87 | 167 | 43.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 197 | 219 | 0.86 | 0.10 | 0 | 0.14 | 187.02 | 0.75 | 0.49 |
| Hex | 1F | C5 | DB | 56 | A | 0 | E | BB | 4B | 31 |
| Octal | 37 | 305 | 333 | 126 | 12 | 0 | 16 | 273 | 113 | 61 |
| Binary | 11111 | 11000101 | 11011011 | 1010110 | 1010 | 0 | 1110 | 10111011 | 1001011 | 110001 |
Color Harmonies of #1FC5DB
Complementary color
Monochromatic Colors of #1FC5DB
Black with #1FC5DB
Text Example
Text Example
White with #1FC5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC5DB; }
p { color: rgb(31,197,219); }
H1.HeaderClassName
{
color: #1FC5DB;
}
.AnyTagClassName
{
color: #1FC5DB;
}
</style>
background-color css
<style>
a { background-color: #1FC5DB; }
a { background-color: rgb(31,197,219); }
div.DivClassName
{
background-color: #1FC5DB;
}
.BgClassName
{
background-color: #1FC5DB;
}
</style>
border-color css
<style>
span { border-color: #1FC5DB; }
span { border-color: rgb(31,197,219); }
td.TdClassName
{
border-color: #1FC5DB;
}
.TagClassName
{
border-color: #1FC5DB;
}
</style>