Shades of Dark Turquoise #1FCFDC
Tints of Dark Turquoise #1FCFDC
RGB
CMYK
RGB Variations
Color information
#1FCFDC (or 0x1FCFDC) is known color: Dark Turquoise. HEX triplet: 1F, CF and DC. RGB value is (31,207,220). Sum of RGB (Red+Green+Blue) = 31+207+220=458 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.77% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #1FCFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCFDC is #E03023. Grayscale: #9B9B9B. Windows color (decimal): -14692388 or 14470943. OLE color: 14470943.
HSL color Cylindrical-coordinate representation of color #1FCFDC: hue angle of 184.13º 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 #1FCFDC is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 207 | 220 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.14 |
| HSL | 184.13º | 0.75% | 0.49% | - |
| HSV(B) | 184.13º | 0.86% | 0.86% | - |
| XYZ | 35.8 | 50.08 | 75.49 | - |
| YUV | 155.86 | 164.19 | 38.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 207 | 220 | 0.86 | 0.06 | 0 | 0.14 | 184.13 | 0.75 | 0.49 |
| Hex | 1F | CF | DC | 56 | 6 | 0 | E | B8 | 4B | 31 |
| Octal | 37 | 317 | 334 | 126 | 6 | 0 | 16 | 270 | 113 | 61 |
| Binary | 11111 | 11001111 | 11011100 | 1010110 | 110 | 0 | 1110 | 10111000 | 1001011 | 110001 |
Color Harmonies of #1FCFDC
Complementary color
Monochromatic Colors of #1FCFDC
Black with #1FCFDC
Text Example
Text Example
White with #1FCFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCFDC; }
p { color: rgb(31,207,220); }
H1.HeaderClassName
{
color: #1FCFDC;
}
.AnyTagClassName
{
color: #1FCFDC;
}
</style>
background-color css
<style>
a { background-color: #1FCFDC; }
a { background-color: rgb(31,207,220); }
div.DivClassName
{
background-color: #1FCFDC;
}
.BgClassName
{
background-color: #1FCFDC;
}
</style>
border-color css
<style>
span { border-color: #1FCFDC; }
span { border-color: rgb(31,207,220); }
td.TdClassName
{
border-color: #1FCFDC;
}
.TagClassName
{
border-color: #1FCFDC;
}
</style>