Shades of Bright Turquoise #00E7EE
Tints of Bright Turquoise #00E7EE
RGB
CMYK
RGB Variations
Color information
#00E7EE (or 0x00E7EE) is known color: Bright Turquoise. HEX triplet: 00, E7 and EE. RGB value is (0,231,238). Sum of RGB (Red+Green+Blue) = 0+231+238=469 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 469); Green value is 231 (90.62% from 255 or 49.25% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #00E7EE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00E7EE is #FF1811. Grayscale: #A2A2A2. Windows color (decimal): -16717842 or 15656704. OLE color: 15656704.
HSL color Cylindrical-coordinate representation of color #00E7EE: hue angle of 181.76º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E7EE is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 231 | 238 | - |
| CMYK | 1 | 0.03 | 0 | 0.07 |
| HSL | 181.76º | 1% | 0.47% | - |
| HSV(B) | 181.76º | 1% | 0.93% | - |
| XYZ | 44.01 | 63.32 | 90.79 | - |
| YUV | 162.73 | 170.47 | 11.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 231 | 238 | 1 | 0.03 | 0 | 0.07 | 181.76 | 1 | 0.47 |
| Hex | 0 | E7 | EE | 64 | 3 | 0 | 7 | B6 | 64 | 2F |
| Octal | 0 | 347 | 356 | 144 | 3 | 0 | 7 | 266 | 144 | 57 |
| Binary | 0 | 11100111 | 11101110 | 1100100 | 11 | 0 | 111 | 10110110 | 1100100 | 101111 |
Color Harmonies of #00E7EE
Complementary color
Monochromatic Colors of #00E7EE
Black with #00E7EE
Text Example
Text Example
White with #00E7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E7EE; }
p { color: rgb(0,231,238); }
H1.HeaderClassName
{
color: #00E7EE;
}
.AnyTagClassName
{
color: #00E7EE;
}
</style>
background-color css
<style>
a { background-color: #00E7EE; }
a { background-color: rgb(0,231,238); }
div.DivClassName
{
background-color: #00E7EE;
}
.BgClassName
{
background-color: #00E7EE;
}
</style>
border-color css
<style>
span { border-color: #00E7EE; }
span { border-color: rgb(0,231,238); }
td.TdClassName
{
border-color: #00E7EE;
}
.TagClassName
{
border-color: #00E7EE;
}
</style>