Shades of Dark Turquoise #1FCADD
Tints of Dark Turquoise #1FCADD
RGB
CMYK
RGB Variations
Color information
#1FCADD (or 0x1FCADD) is known color: Dark Turquoise. HEX triplet: 1F, CA and DD. RGB value is (31,202,221). Sum of RGB (Red+Green+Blue) = 31+202+221=454 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.83% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #1FCADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCADD is #E03522. Grayscale: #989898. Windows color (decimal): -14693667 or 14535199. OLE color: 14535199.
HSL color Cylindrical-coordinate representation of color #1FCADD: hue angle of 186º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FCADD is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 202 | 221 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.13 |
| HSL | 186º | 0.75% | 0.49% | - |
| HSV(B) | 186º | 0.86% | 0.87% | - |
| XYZ | 34.74 | 47.75 | 75.79 | - |
| YUV | 153.04 | 166.35 | 40.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 202 | 221 | 0.86 | 0.09 | 0 | 0.13 | 186 | 0.75 | 0.49 |
| Hex | 1F | CA | DD | 56 | 9 | 0 | D | BA | 4B | 31 |
| Octal | 37 | 312 | 335 | 126 | 11 | 0 | 15 | 272 | 113 | 61 |
| Binary | 11111 | 11001010 | 11011101 | 1010110 | 1001 | 0 | 1101 | 10111010 | 1001011 | 110001 |
Color Harmonies of #1FCADD
Complementary color
Monochromatic Colors of #1FCADD
Black with #1FCADD
Text Example
Text Example
White with #1FCADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCADD; }
p { color: rgb(31,202,221); }
H1.HeaderClassName
{
color: #1FCADD;
}
.AnyTagClassName
{
color: #1FCADD;
}
</style>
background-color css
<style>
a { background-color: #1FCADD; }
a { background-color: rgb(31,202,221); }
div.DivClassName
{
background-color: #1FCADD;
}
.BgClassName
{
background-color: #1FCADD;
}
</style>
border-color css
<style>
span { border-color: #1FCADD; }
span { border-color: rgb(31,202,221); }
td.TdClassName
{
border-color: #1FCADD;
}
.TagClassName
{
border-color: #1FCADD;
}
</style>