Shades of Bright Turquoise #1ED8EA
Tints of Bright Turquoise #1ED8EA
RGB
CMYK
RGB Variations
Color information
#1ED8EA (or 0x1ED8EA) is known color: Bright Turquoise. HEX triplet: 1E, D8 and EA. RGB value is (30,216,234). Sum of RGB (Red+Green+Blue) = 30+216+234=480 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.25% from 480); Green value is 216 (84.77% from 255 or 45% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #1ED8EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED8EA is #E12715. Grayscale: #A2A2A2. Windows color (decimal): -14755606 or 15390750. OLE color: 15390750.
HSL color Cylindrical-coordinate representation of color #1ED8EA: hue angle of 185.29º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ED8EA is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 216 | 234 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.08 |
| HSL | 185.29º | 0.83% | 0.52% | - |
| HSV(B) | 185.29º | 0.87% | 0.92% | - |
| XYZ | 39.94 | 55.33 | 86.42 | - |
| YUV | 162.44 | 168.38 | 33.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 216 | 234 | 0.87 | 0.08 | 0 | 0.08 | 185.29 | 0.83 | 0.52 |
| Hex | 1E | D8 | EA | 57 | 8 | 0 | 8 | B9 | 53 | 34 |
| Octal | 36 | 330 | 352 | 127 | 10 | 0 | 10 | 271 | 123 | 64 |
| Binary | 11110 | 11011000 | 11101010 | 1010111 | 1000 | 0 | 1000 | 10111001 | 1010011 | 110100 |
Color Harmonies of #1ED8EA
Complementary color
Monochromatic Colors of #1ED8EA
Black with #1ED8EA
Text Example
Text Example
White with #1ED8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED8EA; }
p { color: rgb(30,216,234); }
H1.HeaderClassName
{
color: #1ED8EA;
}
.AnyTagClassName
{
color: #1ED8EA;
}
</style>
background-color css
<style>
a { background-color: #1ED8EA; }
a { background-color: rgb(30,216,234); }
div.DivClassName
{
background-color: #1ED8EA;
}
.BgClassName
{
background-color: #1ED8EA;
}
</style>
border-color css
<style>
span { border-color: #1ED8EA; }
span { border-color: rgb(30,216,234); }
td.TdClassName
{
border-color: #1ED8EA;
}
.TagClassName
{
border-color: #1ED8EA;
}
</style>