Shades of Dark Turquoise #1ECFDB
Tints of Dark Turquoise #1ECFDB
RGB
CMYK
RGB Variations
Color information
#1ECFDB (or 0x1ECFDB) is known color: Dark Turquoise. HEX triplet: 1E, CF and DB. RGB value is (30,207,219). Sum of RGB (Red+Green+Blue) = 30+207+219=456 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.58% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #1ECFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECFDB is #E13024. Grayscale: #9B9B9B. Windows color (decimal): -14757925 or 14405406. OLE color: 14405406.
HSL color Cylindrical-coordinate representation of color #1ECFDB: hue angle of 183.81º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ECFDB is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 207 | 219 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.14 |
| HSL | 183.81º | 0.76% | 0.49% | - |
| HSV(B) | 183.81º | 0.86% | 0.86% | - |
| XYZ | 35.63 | 50.02 | 74.79 | - |
| YUV | 155.45 | 163.86 | 38.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 207 | 219 | 0.86 | 0.05 | 0 | 0.14 | 183.81 | 0.76 | 0.49 |
| Hex | 1E | CF | DB | 56 | 5 | 0 | E | B8 | 4C | 31 |
| Octal | 36 | 317 | 333 | 126 | 5 | 0 | 16 | 270 | 114 | 61 |
| Binary | 11110 | 11001111 | 11011011 | 1010110 | 101 | 0 | 1110 | 10111000 | 1001100 | 110001 |
Color Harmonies of #1ECFDB
Complementary color
Monochromatic Colors of #1ECFDB
Black with #1ECFDB
Text Example
Text Example
White with #1ECFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECFDB; }
p { color: rgb(30,207,219); }
H1.HeaderClassName
{
color: #1ECFDB;
}
.AnyTagClassName
{
color: #1ECFDB;
}
</style>
background-color css
<style>
a { background-color: #1ECFDB; }
a { background-color: rgb(30,207,219); }
div.DivClassName
{
background-color: #1ECFDB;
}
.BgClassName
{
background-color: #1ECFDB;
}
</style>
border-color css
<style>
span { border-color: #1ECFDB; }
span { border-color: rgb(30,207,219); }
td.TdClassName
{
border-color: #1ECFDB;
}
.TagClassName
{
border-color: #1ECFDB;
}
</style>