Shades of Bright Turquoise #1EDEEF
Tints of Bright Turquoise #1EDEEF
RGB
CMYK
RGB Variations
Color information
#1EDEEF (or 0x1EDEEF) is known color: Bright Turquoise. HEX triplet: 1E, DE and EF. RGB value is (30,222,239). Sum of RGB (Red+Green+Blue) = 30+222+239=491 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.11% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #1EDEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDEEF is #E12110. Grayscale: #A6A6A6. Windows color (decimal): -14754065 or 15719966. OLE color: 15719966.
HSL color Cylindrical-coordinate representation of color #1EDEEF: hue angle of 184.88º 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 #1EDEEF is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 222 | 239 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.06 |
| HSL | 184.88º | 0.87% | 0.53% | - |
| HSV(B) | 184.88º | 0.87% | 0.94% | - |
| XYZ | 42.24 | 58.75 | 90.78 | - |
| YUV | 166.53 | 168.89 | 30.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 222 | 239 | 0.87 | 0.07 | 0 | 0.06 | 184.88 | 0.87 | 0.53 |
| Hex | 1E | DE | EF | 57 | 7 | 0 | 6 | B9 | 57 | 35 |
| Octal | 36 | 336 | 357 | 127 | 7 | 0 | 6 | 271 | 127 | 65 |
| Binary | 11110 | 11011110 | 11101111 | 1010111 | 111 | 0 | 110 | 10111001 | 1010111 | 110101 |
Color Harmonies of #1EDEEF
Complementary color
Monochromatic Colors of #1EDEEF
Black with #1EDEEF
Text Example
Text Example
White with #1EDEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDEEF; }
p { color: rgb(30,222,239); }
H1.HeaderClassName
{
color: #1EDEEF;
}
.AnyTagClassName
{
color: #1EDEEF;
}
</style>
background-color css
<style>
a { background-color: #1EDEEF; }
a { background-color: rgb(30,222,239); }
div.DivClassName
{
background-color: #1EDEEF;
}
.BgClassName
{
background-color: #1EDEEF;
}
</style>
border-color css
<style>
span { border-color: #1EDEEF; }
span { border-color: rgb(30,222,239); }
td.TdClassName
{
border-color: #1EDEEF;
}
.TagClassName
{
border-color: #1EDEEF;
}
</style>