Shades of Dark Turquoise #1FCDCF
Tints of Dark Turquoise #1FCDCF
RGB
CMYK
RGB Variations
Color information
#1FCDCF (or 0x1FCDCF) is known color: Dark Turquoise. HEX triplet: 1F, CD and CF. RGB value is (31,205,207). Sum of RGB (Red+Green+Blue) = 31+205+207=443 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.00% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #1FCDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCDCF is #E03230. Grayscale: #999999. Windows color (decimal): -14692913 or 13618463. OLE color: 13618463.
HSL color Cylindrical-coordinate representation of color #1FCDCF: hue angle of 180.68º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCDCF is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 205 | 207 | - |
| CMYK | 0.85 | 0.01 | 0 | 0.19 |
| HSL | 180.68º | 0.74% | 0.47% | - |
| HSV(B) | 180.68º | 0.85% | 0.81% | - |
| XYZ | 33.66 | 48.46 | 66.61 | - |
| YUV | 153.2 | 158.35 | 40.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 205 | 207 | 0.85 | 0.01 | 0 | 0.19 | 180.68 | 0.74 | 0.47 |
| Hex | 1F | CD | CF | 55 | 1 | 0 | 13 | B5 | 4A | 2F |
| Octal | 37 | 315 | 317 | 125 | 1 | 0 | 23 | 265 | 112 | 57 |
| Binary | 11111 | 11001101 | 11001111 | 1010101 | 1 | 0 | 10011 | 10110101 | 1001010 | 101111 |
Color Harmonies of #1FCDCF
Complementary color
Monochromatic Colors of #1FCDCF
Black with #1FCDCF
Text Example
Text Example
White with #1FCDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCDCF; }
p { color: rgb(31,205,207); }
H1.HeaderClassName
{
color: #1FCDCF;
}
.AnyTagClassName
{
color: #1FCDCF;
}
</style>
background-color css
<style>
a { background-color: #1FCDCF; }
a { background-color: rgb(31,205,207); }
div.DivClassName
{
background-color: #1FCDCF;
}
.BgClassName
{
background-color: #1FCDCF;
}
</style>
border-color css
<style>
span { border-color: #1FCDCF; }
span { border-color: rgb(31,205,207); }
td.TdClassName
{
border-color: #1FCDCF;
}
.TagClassName
{
border-color: #1FCDCF;
}
</style>