Shades of Bright Turquoise #1EDBEA
Tints of Bright Turquoise #1EDBEA
RGB
CMYK
RGB Variations
Color information
#1EDBEA (or 0x1EDBEA) is known color: Bright Turquoise. HEX triplet: 1E, DB and EA. RGB value is (30,219,234). Sum of RGB (Red+Green+Blue) = 30+219+234=483 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.21% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #1EDBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDBEA is #E12415. Grayscale: #A3A3A3. Windows color (decimal): -14754838 or 15391518. OLE color: 15391518.
HSL color Cylindrical-coordinate representation of color #1EDBEA: hue angle of 184.41º 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 #1EDBEA is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 219 | 234 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.08 |
| HSL | 184.41º | 0.83% | 0.52% | - |
| HSV(B) | 184.41º | 0.87% | 0.92% | - |
| XYZ | 40.72 | 56.88 | 86.67 | - |
| YUV | 164.2 | 167.38 | 32.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 219 | 234 | 0.87 | 0.06 | 0 | 0.08 | 184.41 | 0.83 | 0.52 |
| Hex | 1E | DB | EA | 57 | 6 | 0 | 8 | B8 | 53 | 34 |
| Octal | 36 | 333 | 352 | 127 | 6 | 0 | 10 | 270 | 123 | 64 |
| Binary | 11110 | 11011011 | 11101010 | 1010111 | 110 | 0 | 1000 | 10111000 | 1010011 | 110100 |
Color Harmonies of #1EDBEA
Complementary color
Monochromatic Colors of #1EDBEA
Black with #1EDBEA
Text Example
Text Example
White with #1EDBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDBEA; }
p { color: rgb(30,219,234); }
H1.HeaderClassName
{
color: #1EDBEA;
}
.AnyTagClassName
{
color: #1EDBEA;
}
</style>
background-color css
<style>
a { background-color: #1EDBEA; }
a { background-color: rgb(30,219,234); }
div.DivClassName
{
background-color: #1EDBEA;
}
.BgClassName
{
background-color: #1EDBEA;
}
</style>
border-color css
<style>
span { border-color: #1EDBEA; }
span { border-color: rgb(30,219,234); }
td.TdClassName
{
border-color: #1EDBEA;
}
.TagClassName
{
border-color: #1EDBEA;
}
</style>