Shades of Bright Turquoise #1EDDEF
Tints of Bright Turquoise #1EDDEF
RGB
CMYK
RGB Variations
Color information
#1EDDEF (or 0x1EDDEF) is known color: Bright Turquoise. HEX triplet: 1E, DD and EF. RGB value is (30,221,239). Sum of RGB (Red+Green+Blue) = 30+221+239=490 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.12% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #1EDDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDDEF is #E12210. Grayscale: #A5A5A5. Windows color (decimal): -14754321 or 15719710. OLE color: 15719710.
HSL color Cylindrical-coordinate representation of color #1EDDEF: hue angle of 185.17º 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 #1EDDEF is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 221 | 239 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.06 |
| HSL | 185.17º | 0.87% | 0.53% | - |
| HSV(B) | 185.17º | 0.87% | 0.94% | - |
| XYZ | 41.97 | 58.22 | 90.69 | - |
| YUV | 165.94 | 169.22 | 31.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 221 | 239 | 0.87 | 0.08 | 0 | 0.06 | 185.17 | 0.87 | 0.53 |
| Hex | 1E | DD | EF | 57 | 8 | 0 | 6 | B9 | 57 | 35 |
| Octal | 36 | 335 | 357 | 127 | 10 | 0 | 6 | 271 | 127 | 65 |
| Binary | 11110 | 11011101 | 11101111 | 1010111 | 1000 | 0 | 110 | 10111001 | 1010111 | 110101 |
Color Harmonies of #1EDDEF
Complementary color
Monochromatic Colors of #1EDDEF
Black with #1EDDEF
Text Example
Text Example
White with #1EDDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDDEF; }
p { color: rgb(30,221,239); }
H1.HeaderClassName
{
color: #1EDDEF;
}
.AnyTagClassName
{
color: #1EDDEF;
}
</style>
background-color css
<style>
a { background-color: #1EDDEF; }
a { background-color: rgb(30,221,239); }
div.DivClassName
{
background-color: #1EDDEF;
}
.BgClassName
{
background-color: #1EDDEF;
}
</style>
border-color css
<style>
span { border-color: #1EDDEF; }
span { border-color: rgb(30,221,239); }
td.TdClassName
{
border-color: #1EDDEF;
}
.TagClassName
{
border-color: #1EDDEF;
}
</style>