Shades of Bright Turquoise #00DEE7
Tints of Bright Turquoise #00DEE7
RGB
CMYK
RGB Variations
Color information
#00DEE7 (or 0x00DEE7) is known color: Bright Turquoise. HEX triplet: 00, DE and E7. RGB value is (0,222,231). Sum of RGB (Red+Green+Blue) = 0+222+231=453 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 453); Green value is 222 (87.11% from 255 or 49.01% from 453); Blue value is 231 (90.62% from 255 or 50.99% from 453); Max value from RGB is 231 - color contains mainly: blue. Hex color #00DEE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DEE7 is #FF2118. Grayscale: #9C9C9C. Windows color (decimal): -16720153 or 15195648. OLE color: 15195648.
HSL color Cylindrical-coordinate representation of color #00DEE7: hue angle of 182.34º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DEE7 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 222 | 231 | - |
| CMYK | 1 | 0.04 | 0 | 0.09 |
| HSL | 182.34º | 1% | 0.45% | - |
| HSV(B) | 182.34º | 1% | 0.91% | - |
| XYZ | 40.55 | 58.01 | 84.66 | - |
| YUV | 156.65 | 169.95 | 16.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 222 | 231 | 1 | 0.04 | 0 | 0.09 | 182.34 | 1 | 0.45 |
| Hex | 0 | DE | E7 | 64 | 4 | 0 | 9 | B6 | 64 | 2D |
| Octal | 0 | 336 | 347 | 144 | 4 | 0 | 11 | 266 | 144 | 55 |
| Binary | 0 | 11011110 | 11100111 | 1100100 | 100 | 0 | 1001 | 10110110 | 1100100 | 101101 |
Color Harmonies of #00DEE7
Complementary color
Monochromatic Colors of #00DEE7
Black with #00DEE7
Text Example
Text Example
White with #00DEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DEE7; }
p { color: rgb(0,222,231); }
H1.HeaderClassName
{
color: #00DEE7;
}
.AnyTagClassName
{
color: #00DEE7;
}
</style>
background-color css
<style>
a { background-color: #00DEE7; }
a { background-color: rgb(0,222,231); }
div.DivClassName
{
background-color: #00DEE7;
}
.BgClassName
{
background-color: #00DEE7;
}
</style>
border-color css
<style>
span { border-color: #00DEE7; }
span { border-color: rgb(0,222,231); }
td.TdClassName
{
border-color: #00DEE7;
}
.TagClassName
{
border-color: #00DEE7;
}
</style>