Shades of Bright Turquoise #1EDEEC
Tints of Bright Turquoise #1EDEEC
RGB
CMYK
RGB Variations
Color information
#1EDEEC (or 0x1EDEEC) is known color: Bright Turquoise. HEX triplet: 1E, DE and EC. RGB value is (30,222,236). Sum of RGB (Red+Green+Blue) = 30+222+236=488 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.15% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #1EDEEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDEEC is #E12113. Grayscale: #A5A5A5. Windows color (decimal): -14754068 or 15523358. OLE color: 15523358.
HSL color Cylindrical-coordinate representation of color #1EDEEC: hue angle of 184.08º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EDEEC is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 222 | 236 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.07 |
| HSL | 184.08º | 0.84% | 0.52% | - |
| HSV(B) | 184.08º | 0.87% | 0.93% | - |
| XYZ | 41.8 | 58.57 | 88.46 | - |
| YUV | 166.19 | 167.39 | 30.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 222 | 236 | 0.87 | 0.06 | 0 | 0.07 | 184.08 | 0.84 | 0.52 |
| Hex | 1E | DE | EC | 57 | 6 | 0 | 7 | B8 | 54 | 34 |
| Octal | 36 | 336 | 354 | 127 | 6 | 0 | 7 | 270 | 124 | 64 |
| Binary | 11110 | 11011110 | 11101100 | 1010111 | 110 | 0 | 111 | 10111000 | 1010100 | 110100 |
Color Harmonies of #1EDEEC
Complementary color
Monochromatic Colors of #1EDEEC
Black with #1EDEEC
Text Example
Text Example
White with #1EDEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDEEC; }
p { color: rgb(30,222,236); }
H1.HeaderClassName
{
color: #1EDEEC;
}
.AnyTagClassName
{
color: #1EDEEC;
}
</style>
background-color css
<style>
a { background-color: #1EDEEC; }
a { background-color: rgb(30,222,236); }
div.DivClassName
{
background-color: #1EDEEC;
}
.BgClassName
{
background-color: #1EDEEC;
}
</style>
border-color css
<style>
span { border-color: #1EDEEC; }
span { border-color: rgb(30,222,236); }
td.TdClassName
{
border-color: #1EDEEC;
}
.TagClassName
{
border-color: #1EDEEC;
}
</style>