Shades of Bright Turquoise #1EF9E5
Tints of Bright Turquoise #1EF9E5
RGB
CMYK
RGB Variations
Color information
#1EF9E5 (or 0x1EF9E5) is known color: Bright Turquoise. HEX triplet: 1E, F9 and E5. RGB value is (30,249,229). Sum of RGB (Red+Green+Blue) = 30+249+229=508 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.91% from 508); Green value is 249 (97.66% from 255 or 49.02% from 508); Blue value is 229 (89.84% from 255 or 45.08% from 508); Max value from RGB is 249 - color contains mainly: green. Hex color #1EF9E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF9E5 is #E1061A. Grayscale: #B5B5B5. Windows color (decimal): -14747163 or 15071518. OLE color: 15071518.
HSL color Cylindrical-coordinate representation of color #1EF9E5: hue angle of 174.52º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF9E5 is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 249 | 229 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.02 |
| HSL | 174.52º | 0.95% | 0.55% | - |
| HSV(B) | 174.52º | 0.88% | 0.98% | - |
| XYZ | 48.55 | 73.68 | 85.79 | - |
| YUV | 181.24 | 154.95 | 20.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 249 | 229 | 0.88 | 0 | 0.08 | 0.02 | 174.52 | 0.95 | 0.55 |
| Hex | 1E | F9 | E5 | 58 | 0 | 8 | 2 | AF | 5F | 37 |
| Octal | 36 | 371 | 345 | 130 | 0 | 10 | 2 | 257 | 137 | 67 |
| Binary | 11110 | 11111001 | 11100101 | 1011000 | 0 | 1000 | 10 | 10101111 | 1011111 | 110111 |
Color Harmonies of #1EF9E5
Complementary color
Monochromatic Colors of #1EF9E5
Black with #1EF9E5
Text Example
Text Example
White with #1EF9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF9E5; }
p { color: rgb(30,249,229); }
H1.HeaderClassName
{
color: #1EF9E5;
}
.AnyTagClassName
{
color: #1EF9E5;
}
</style>
background-color css
<style>
a { background-color: #1EF9E5; }
a { background-color: rgb(30,249,229); }
div.DivClassName
{
background-color: #1EF9E5;
}
.BgClassName
{
background-color: #1EF9E5;
}
</style>
border-color css
<style>
span { border-color: #1EF9E5; }
span { border-color: rgb(30,249,229); }
td.TdClassName
{
border-color: #1EF9E5;
}
.TagClassName
{
border-color: #1EF9E5;
}
</style>