Shades of Dark Turquoise #1FCCCF
Tints of Dark Turquoise #1FCCCF
RGB
CMYK
RGB Variations
Color information
#1FCCCF (or 0x1FCCCF) is known color: Dark Turquoise. HEX triplet: 1F, CC and CF. RGB value is (31,204,207). Sum of RGB (Red+Green+Blue) = 31+204+207=442 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.01% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #1FCCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCCCF is #E03330. Grayscale: #989898. Windows color (decimal): -14693169 or 13618207. OLE color: 13618207.
HSL color Cylindrical-coordinate representation of color #1FCCCF: hue angle of 181.02º 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 #1FCCCF is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 204 | 207 | - |
| CMYK | 0.85 | 0.01 | 0 | 0.19 |
| HSL | 181.02º | 0.74% | 0.47% | - |
| HSV(B) | 181.02º | 0.85% | 0.81% | - |
| XYZ | 33.42 | 47.98 | 66.53 | - |
| YUV | 152.62 | 158.69 | 41.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 207 | 0.85 | 0.01 | 0 | 0.19 | 181.02 | 0.74 | 0.47 |
| Hex | 1F | CC | CF | 55 | 1 | 0 | 13 | B5 | 4A | 2F |
| Octal | 37 | 314 | 317 | 125 | 1 | 0 | 23 | 265 | 112 | 57 |
| Binary | 11111 | 11001100 | 11001111 | 1010101 | 1 | 0 | 10011 | 10110101 | 1001010 | 101111 |
Color Harmonies of #1FCCCF
Complementary color
Monochromatic Colors of #1FCCCF
Black with #1FCCCF
Text Example
Text Example
White with #1FCCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCCCF; }
p { color: rgb(31,204,207); }
H1.HeaderClassName
{
color: #1FCCCF;
}
.AnyTagClassName
{
color: #1FCCCF;
}
</style>
background-color css
<style>
a { background-color: #1FCCCF; }
a { background-color: rgb(31,204,207); }
div.DivClassName
{
background-color: #1FCCCF;
}
.BgClassName
{
background-color: #1FCCCF;
}
</style>
border-color css
<style>
span { border-color: #1FCCCF; }
span { border-color: rgb(31,204,207); }
td.TdClassName
{
border-color: #1FCCCF;
}
.TagClassName
{
border-color: #1FCCCF;
}
</style>