Shades of Bright Turquoise #1EE8DF
Tints of Bright Turquoise #1EE8DF
RGB
CMYK
RGB Variations
Color information
#1EE8DF (or 0x1EE8DF) is known color: Bright Turquoise. HEX triplet: 1E, E8 and DF. RGB value is (30,232,223). Sum of RGB (Red+Green+Blue) = 30+232+223=485 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.19% from 485); Green value is 232 (91.02% from 255 or 47.84% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 232 - color contains mainly: green. Hex color #1EE8DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EE8DF is #E11720. Grayscale: #AAAAAA. Windows color (decimal): -14751521 or 14673950. OLE color: 14673950.
HSL color Cylindrical-coordinate representation of color #1EE8DF: hue angle of 177.33º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE8DF is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 30 | 232 | 223 | - |
| CMYK | 0.87 | 0 | 0.04 | 0.09 |
| HSL | 177.33º | 0.81% | 0.51% | - |
| HSV(B) | 177.33º | 0.87% | 0.91% | - |
| XYZ | 42.71 | 63.32 | 79.78 | - |
| YUV | 170.58 | 157.58 | 27.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 232 | 223 | 0.87 | 0 | 0.04 | 0.09 | 177.33 | 0.81 | 0.51 |
| Hex | 1E | E8 | DF | 57 | 0 | 4 | 9 | B1 | 51 | 33 |
| Octal | 36 | 350 | 337 | 127 | 0 | 4 | 11 | 261 | 121 | 63 |
| Binary | 11110 | 11101000 | 11011111 | 1010111 | 0 | 100 | 1001 | 10110001 | 1010001 | 110011 |
Color Harmonies of #1EE8DF
Complementary color
Monochromatic Colors of #1EE8DF
Black with #1EE8DF
Text Example
Text Example
White with #1EE8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE8DF; }
p { color: rgb(30,232,223); }
H1.HeaderClassName
{
color: #1EE8DF;
}
.AnyTagClassName
{
color: #1EE8DF;
}
</style>
background-color css
<style>
a { background-color: #1EE8DF; }
a { background-color: rgb(30,232,223); }
div.DivClassName
{
background-color: #1EE8DF;
}
.BgClassName
{
background-color: #1EE8DF;
}
</style>
border-color css
<style>
span { border-color: #1EE8DF; }
span { border-color: rgb(30,232,223); }
td.TdClassName
{
border-color: #1EE8DF;
}
.TagClassName
{
border-color: #1EE8DF;
}
</style>