Shades of Bright Turquoise #1ED5EF
Tints of Bright Turquoise #1ED5EF
RGB
CMYK
RGB Variations
Color information
#1ED5EF (or 0x1ED5EF) is known color: Bright Turquoise. HEX triplet: 1E, D5 and EF. RGB value is (30,213,239). Sum of RGB (Red+Green+Blue) = 30+213+239=482 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.22% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #1ED5EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED5EF is #E12A10. Grayscale: #A0A0A0. Windows color (decimal): -14756369 or 15717662. OLE color: 15717662.
HSL color Cylindrical-coordinate representation of color #1ED5EF: hue angle of 187.46º 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 #1ED5EF is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 213 | 239 | - |
| CMYK | 0.87 | 0.11 | 0 | 0.06 |
| HSL | 187.46º | 0.87% | 0.53% | - |
| HSV(B) | 187.46º | 0.87% | 0.94% | - |
| XYZ | 39.91 | 54.1 | 90 | - |
| YUV | 161.25 | 171.87 | 34.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 213 | 239 | 0.87 | 0.11 | 0 | 0.06 | 187.46 | 0.87 | 0.53 |
| Hex | 1E | D5 | EF | 57 | B | 0 | 6 | BB | 57 | 35 |
| Octal | 36 | 325 | 357 | 127 | 13 | 0 | 6 | 273 | 127 | 65 |
| Binary | 11110 | 11010101 | 11101111 | 1010111 | 1011 | 0 | 110 | 10111011 | 1010111 | 110101 |
Color Harmonies of #1ED5EF
Complementary color
Monochromatic Colors of #1ED5EF
Black with #1ED5EF
Text Example
Text Example
White with #1ED5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED5EF; }
p { color: rgb(30,213,239); }
H1.HeaderClassName
{
color: #1ED5EF;
}
.AnyTagClassName
{
color: #1ED5EF;
}
</style>
background-color css
<style>
a { background-color: #1ED5EF; }
a { background-color: rgb(30,213,239); }
div.DivClassName
{
background-color: #1ED5EF;
}
.BgClassName
{
background-color: #1ED5EF;
}
</style>
border-color css
<style>
span { border-color: #1ED5EF; }
span { border-color: rgb(30,213,239); }
td.TdClassName
{
border-color: #1ED5EF;
}
.TagClassName
{
border-color: #1ED5EF;
}
</style>