Shades of Bright Turquoise #1EECEF
Tints of Bright Turquoise #1EECEF
RGB
CMYK
RGB Variations
Color information
#1EECEF (or 0x1EECEF) is known color: Bright Turquoise. HEX triplet: 1E, EC and EF. RGB value is (30,236,239). Sum of RGB (Red+Green+Blue) = 30+236+239=505 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.94% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #1EECEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EECEF is #E11310. Grayscale: #AEAEAE. Windows color (decimal): -14750481 or 15723550. OLE color: 15723550.
HSL color Cylindrical-coordinate representation of color #1EECEF: hue angle of 180.86º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EECEF is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 236 | 239 | - |
| CMYK | 0.87 | 0.01 | 0 | 0.06 |
| HSL | 180.86º | 0.87% | 0.53% | - |
| HSV(B) | 180.86º | 0.87% | 0.94% | - |
| XYZ | 46.11 | 66.5 | 92.07 | - |
| YUV | 174.75 | 164.25 | 24.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 236 | 239 | 0.87 | 0.01 | 0 | 0.06 | 180.86 | 0.87 | 0.53 |
| Hex | 1E | EC | EF | 57 | 1 | 0 | 6 | B5 | 57 | 35 |
| Octal | 36 | 354 | 357 | 127 | 1 | 0 | 6 | 265 | 127 | 65 |
| Binary | 11110 | 11101100 | 11101111 | 1010111 | 1 | 0 | 110 | 10110101 | 1010111 | 110101 |
Color Harmonies of #1EECEF
Complementary color
Monochromatic Colors of #1EECEF
Black with #1EECEF
Text Example
Text Example
White with #1EECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EECEF; }
p { color: rgb(30,236,239); }
H1.HeaderClassName
{
color: #1EECEF;
}
.AnyTagClassName
{
color: #1EECEF;
}
</style>
background-color css
<style>
a { background-color: #1EECEF; }
a { background-color: rgb(30,236,239); }
div.DivClassName
{
background-color: #1EECEF;
}
.BgClassName
{
background-color: #1EECEF;
}
</style>
border-color css
<style>
span { border-color: #1EECEF; }
span { border-color: rgb(30,236,239); }
td.TdClassName
{
border-color: #1EECEF;
}
.TagClassName
{
border-color: #1EECEF;
}
</style>