Shades of Bright Turquoise #1EE2FF
Tints of Bright Turquoise #1EE2FF
RGB
CMYK
RGB Variations
Color information
#1EE2FF (or 0x1EE2FF) is known color: Bright Turquoise. HEX triplet: 1E, E2 and FF. RGB value is (30,226,255). Sum of RGB (Red+Green+Blue) = 30+226+255=511 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.87% from 511); Green value is 226 (88.67% from 255 or 44.23% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EE2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EE2FF is #E11D00. Grayscale: #AAAAAA. Windows color (decimal): -14753025 or 16769566. OLE color: 16769566.
HSL color Cylindrical-coordinate representation of color #1EE2FF: hue angle of 187.73º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EE2FF is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 226 | 255 | - |
| CMYK | 0.88 | 0.11 | 0 | 0 |
| HSL | 187.73º | 1% | 0.56% | - |
| HSV(B) | 187.73º | 0.88% | 1% | - |
| XYZ | 45.78 | 61.89 | 104.14 | - |
| YUV | 170.7 | 175.57 | 27.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 226 | 255 | 0.88 | 0.11 | 0 | 0 | 187.73 | 1 | 0.56 |
| Hex | 1E | E2 | FF | 58 | B | 0 | 0 | BC | 64 | 38 |
| Octal | 36 | 342 | 377 | 130 | 13 | 0 | 0 | 274 | 144 | 70 |
| Binary | 11110 | 11100010 | 11111111 | 1011000 | 1011 | 0 | 0 | 10111100 | 1100100 | 111000 |
Color Harmonies of #1EE2FF
Complementary color
Monochromatic Colors of #1EE2FF
Black with #1EE2FF
Text Example
Text Example
White with #1EE2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE2FF; }
p { color: rgb(30,226,255); }
H1.HeaderClassName
{
color: #1EE2FF;
}
.AnyTagClassName
{
color: #1EE2FF;
}
</style>
background-color css
<style>
a { background-color: #1EE2FF; }
a { background-color: rgb(30,226,255); }
div.DivClassName
{
background-color: #1EE2FF;
}
.BgClassName
{
background-color: #1EE2FF;
}
</style>
border-color css
<style>
span { border-color: #1EE2FF; }
span { border-color: rgb(30,226,255); }
td.TdClassName
{
border-color: #1EE2FF;
}
.TagClassName
{
border-color: #1EE2FF;
}
</style>