Shades of Bright Turquoise #00EDD8
Tints of Bright Turquoise #00EDD8
RGB
CMYK
RGB Variations
Color information
#00EDD8 (or 0x00EDD8) is known color: Bright Turquoise. HEX triplet: 00, ED and D8. RGB value is (0,237,216). Sum of RGB (Red+Green+Blue) = 0+237+216=453 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 453); Green value is 237 (92.97% from 255 or 52.32% from 453); Blue value is 216 (84.77% from 255 or 47.68% from 453); Max value from RGB is 237 - color contains mainly: green. Hex color #00EDD8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EDD8 is #FF1227. Grayscale: #A3A3A3. Windows color (decimal): -16716328 or 14216448. OLE color: 14216448.
HSL color Cylindrical-coordinate representation of color #00EDD8: hue angle of 174.68º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EDD8 is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 237 | 216 | - |
| CMYK | 1 | 0 | 0.09 | 0.07 |
| HSL | 174.68º | 1% | 0.46% | - |
| HSV(B) | 174.68º | 1% | 0.93% | - |
| XYZ | 42.68 | 65.53 | 75.36 | - |
| YUV | 163.74 | 157.48 | 11.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 237 | 216 | 1 | 0 | 0.09 | 0.07 | 174.68 | 1 | 0.46 |
| Hex | 0 | ED | D8 | 64 | 0 | 9 | 7 | AF | 64 | 2E |
| Octal | 0 | 355 | 330 | 144 | 0 | 11 | 7 | 257 | 144 | 56 |
| Binary | 0 | 11101101 | 11011000 | 1100100 | 0 | 1001 | 111 | 10101111 | 1100100 | 101110 |
Color Harmonies of #00EDD8
Complementary color
Monochromatic Colors of #00EDD8
Black with #00EDD8
Text Example
Text Example
White with #00EDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EDD8; }
p { color: rgb(0,237,216); }
H1.HeaderClassName
{
color: #00EDD8;
}
.AnyTagClassName
{
color: #00EDD8;
}
</style>
background-color css
<style>
a { background-color: #00EDD8; }
a { background-color: rgb(0,237,216); }
div.DivClassName
{
background-color: #00EDD8;
}
.BgClassName
{
background-color: #00EDD8;
}
</style>
border-color css
<style>
span { border-color: #00EDD8; }
span { border-color: rgb(0,237,216); }
td.TdClassName
{
border-color: #00EDD8;
}
.TagClassName
{
border-color: #00EDD8;
}
</style>