Shades of Dark Turquoise #1FCCD5
Tints of Dark Turquoise #1FCCD5
RGB
CMYK
RGB Variations
Color information
#1FCCD5 (or 0x1FCCD5) is known color: Dark Turquoise. HEX triplet: 1F, CC and D5. RGB value is (31,204,213). Sum of RGB (Red+Green+Blue) = 31+204+213=448 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.92% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 213 (83.59% from 255 or 47.54% from 448); Max value from RGB is 213 - color contains mainly: blue. Hex color #1FCCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCCD5 is #E0332A. Grayscale: #999999. Windows color (decimal): -14693163 or 14011423. OLE color: 14011423.
HSL color Cylindrical-coordinate representation of color #1FCCD5: hue angle of 182.97º 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 #1FCCD5 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 204 | 213 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.16 |
| HSL | 182.97º | 0.75% | 0.48% | - |
| HSV(B) | 182.97º | 0.85% | 0.84% | - |
| XYZ | 34.17 | 48.28 | 70.47 | - |
| YUV | 153.3 | 161.69 | 40.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 213 | 0.85 | 0.04 | 0 | 0.16 | 182.97 | 0.75 | 0.48 |
| Hex | 1F | CC | D5 | 55 | 4 | 0 | 10 | B7 | 4B | 30 |
| Octal | 37 | 314 | 325 | 125 | 4 | 0 | 20 | 267 | 113 | 60 |
| Binary | 11111 | 11001100 | 11010101 | 1010101 | 100 | 0 | 10000 | 10110111 | 1001011 | 110000 |
Color Harmonies of #1FCCD5
Complementary color
Monochromatic Colors of #1FCCD5
Black with #1FCCD5
Text Example
Text Example
White with #1FCCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCCD5; }
p { color: rgb(31,204,213); }
H1.HeaderClassName
{
color: #1FCCD5;
}
.AnyTagClassName
{
color: #1FCCD5;
}
</style>
background-color css
<style>
a { background-color: #1FCCD5; }
a { background-color: rgb(31,204,213); }
div.DivClassName
{
background-color: #1FCCD5;
}
.BgClassName
{
background-color: #1FCCD5;
}
</style>
border-color css
<style>
span { border-color: #1FCCD5; }
span { border-color: rgb(31,204,213); }
td.TdClassName
{
border-color: #1FCCD5;
}
.TagClassName
{
border-color: #1FCCD5;
}
</style>