Shades of Dark Turquoise #1ECFDD
Tints of Dark Turquoise #1ECFDD
RGB
CMYK
RGB Variations
Color information
#1ECFDD (or 0x1ECFDD) is known color: Dark Turquoise. HEX triplet: 1E, CF and DD. RGB value is (30,207,221). Sum of RGB (Red+Green+Blue) = 30+207+221=458 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.55% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #1ECFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECFDD is #E13022. Grayscale: #9B9B9B. Windows color (decimal): -14757923 or 14536478. OLE color: 14536478.
HSL color Cylindrical-coordinate representation of color #1ECFDD: hue angle of 184.4º degrees, saturation: 0.76, 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 #1ECFDD is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 207 | 221 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.13 |
| HSL | 184.4º | 0.76% | 0.49% | - |
| HSV(B) | 184.4º | 0.86% | 0.87% | - |
| XYZ | 35.9 | 50.12 | 76.19 | - |
| YUV | 155.67 | 164.86 | 38.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 207 | 221 | 0.86 | 0.06 | 0 | 0.13 | 184.4 | 0.76 | 0.49 |
| Hex | 1E | CF | DD | 56 | 6 | 0 | D | B8 | 4C | 31 |
| Octal | 36 | 317 | 335 | 126 | 6 | 0 | 15 | 270 | 114 | 61 |
| Binary | 11110 | 11001111 | 11011101 | 1010110 | 110 | 0 | 1101 | 10111000 | 1001100 | 110001 |
Color Harmonies of #1ECFDD
Complementary color
Monochromatic Colors of #1ECFDD
Black with #1ECFDD
Text Example
Text Example
White with #1ECFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECFDD; }
p { color: rgb(30,207,221); }
H1.HeaderClassName
{
color: #1ECFDD;
}
.AnyTagClassName
{
color: #1ECFDD;
}
</style>
background-color css
<style>
a { background-color: #1ECFDD; }
a { background-color: rgb(30,207,221); }
div.DivClassName
{
background-color: #1ECFDD;
}
.BgClassName
{
background-color: #1ECFDD;
}
</style>
border-color css
<style>
span { border-color: #1ECFDD; }
span { border-color: rgb(30,207,221); }
td.TdClassName
{
border-color: #1ECFDD;
}
.TagClassName
{
border-color: #1ECFDD;
}
</style>