Shades of Bright Turquoise #1ED3EF
Tints of Bright Turquoise #1ED3EF
RGB
CMYK
RGB Variations
Color information
#1ED3EF (or 0x1ED3EF) is known color: Bright Turquoise. HEX triplet: 1E, D3 and EF. RGB value is (30,211,239). Sum of RGB (Red+Green+Blue) = 30+211+239=480 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.25% from 480); Green value is 211 (82.81% from 255 or 43.96% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #1ED3EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED3EF is #E12C10. Grayscale: #9F9F9F. Windows color (decimal): -14756881 or 15717150. OLE color: 15717150.
HSL color Cylindrical-coordinate representation of color #1ED3EF: hue angle of 188.04º 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 #1ED3EF is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 211 | 239 | - |
| CMYK | 0.87 | 0.12 | 0 | 0.06 |
| HSL | 188.04º | 0.87% | 0.53% | - |
| HSV(B) | 188.04º | 0.87% | 0.94% | - |
| XYZ | 39.41 | 53.1 | 89.83 | - |
| YUV | 160.07 | 172.53 | 35.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 211 | 239 | 0.87 | 0.12 | 0 | 0.06 | 188.04 | 0.87 | 0.53 |
| Hex | 1E | D3 | EF | 57 | C | 0 | 6 | BC | 57 | 35 |
| Octal | 36 | 323 | 357 | 127 | 14 | 0 | 6 | 274 | 127 | 65 |
| Binary | 11110 | 11010011 | 11101111 | 1010111 | 1100 | 0 | 110 | 10111100 | 1010111 | 110101 |
Color Harmonies of #1ED3EF
Complementary color
Monochromatic Colors of #1ED3EF
Black with #1ED3EF
Text Example
Text Example
White with #1ED3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED3EF; }
p { color: rgb(30,211,239); }
H1.HeaderClassName
{
color: #1ED3EF;
}
.AnyTagClassName
{
color: #1ED3EF;
}
</style>
background-color css
<style>
a { background-color: #1ED3EF; }
a { background-color: rgb(30,211,239); }
div.DivClassName
{
background-color: #1ED3EF;
}
.BgClassName
{
background-color: #1ED3EF;
}
</style>
border-color css
<style>
span { border-color: #1ED3EF; }
span { border-color: rgb(30,211,239); }
td.TdClassName
{
border-color: #1ED3EF;
}
.TagClassName
{
border-color: #1ED3EF;
}
</style>