Shades of Dark Turquoise #1FCDD5
Tints of Dark Turquoise #1FCDD5
RGB
CMYK
RGB Variations
Color information
#1FCDD5 (or 0x1FCDD5) is known color: Dark Turquoise. HEX triplet: 1F, CD and D5. RGB value is (31,205,213). Sum of RGB (Red+Green+Blue) = 31+205+213=449 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.90% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 213 (83.59% from 255 or 47.44% from 449); Max value from RGB is 213 - color contains mainly: blue. Hex color #1FCDD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCDD5 is #E0322A. Grayscale: #999999. Windows color (decimal): -14692907 or 14011679. OLE color: 14011679.
HSL color Cylindrical-coordinate representation of color #1FCDD5: hue angle of 182.64º 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 #1FCDD5 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 205 | 213 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.16 |
| HSL | 182.64º | 0.75% | 0.48% | - |
| HSV(B) | 182.64º | 0.85% | 0.84% | - |
| XYZ | 34.41 | 48.76 | 70.55 | - |
| YUV | 153.89 | 161.35 | 40.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 205 | 213 | 0.85 | 0.04 | 0 | 0.16 | 182.64 | 0.75 | 0.48 |
| Hex | 1F | CD | D5 | 55 | 4 | 0 | 10 | B7 | 4B | 30 |
| Octal | 37 | 315 | 325 | 125 | 4 | 0 | 20 | 267 | 113 | 60 |
| Binary | 11111 | 11001101 | 11010101 | 1010101 | 100 | 0 | 10000 | 10110111 | 1001011 | 110000 |
Color Harmonies of #1FCDD5
Complementary color
Monochromatic Colors of #1FCDD5
Black with #1FCDD5
Text Example
Text Example
White with #1FCDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCDD5; }
p { color: rgb(31,205,213); }
H1.HeaderClassName
{
color: #1FCDD5;
}
.AnyTagClassName
{
color: #1FCDD5;
}
</style>
background-color css
<style>
a { background-color: #1FCDD5; }
a { background-color: rgb(31,205,213); }
div.DivClassName
{
background-color: #1FCDD5;
}
.BgClassName
{
background-color: #1FCDD5;
}
</style>
border-color css
<style>
span { border-color: #1FCDD5; }
span { border-color: rgb(31,205,213); }
td.TdClassName
{
border-color: #1FCDD5;
}
.TagClassName
{
border-color: #1FCDD5;
}
</style>