Shades of Bright Turquoise #00EAD3
Tints of Bright Turquoise #00EAD3
RGB
CMYK
RGB Variations
Color information
#00EAD3 (or 0x00EAD3) is known color: Bright Turquoise. HEX triplet: 00, EA and D3. RGB value is (0,234,211). Sum of RGB (Red+Green+Blue) = 0+234+211=445 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 445); Green value is 234 (91.80% from 255 or 52.58% from 445); Blue value is 211 (82.81% from 255 or 47.42% from 445); Max value from RGB is 234 - color contains mainly: green. Hex color #00EAD3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EAD3 is #FF152C. Grayscale: #A1A1A1. Windows color (decimal): -16717101 or 13888000. OLE color: 13888000.
HSL color Cylindrical-coordinate representation of color #00EAD3: hue angle of 174.1º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EAD3 is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 234 | 211 | - |
| CMYK | 1 | 0 | 0.10 | 0.08 |
| HSL | 174.1º | 1% | 0.46% | - |
| HSV(B) | 174.1º | 1% | 0.92% | - |
| XYZ | 41.18 | 63.55 | 71.72 | - |
| YUV | 161.41 | 155.98 | 12.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 234 | 211 | 1 | 0 | 0.10 | 0.08 | 174.1 | 1 | 0.46 |
| Hex | 0 | EA | D3 | 64 | 0 | A | 8 | AE | 64 | 2E |
| Octal | 0 | 352 | 323 | 144 | 0 | 12 | 10 | 256 | 144 | 56 |
| Binary | 0 | 11101010 | 11010011 | 1100100 | 0 | 1010 | 1000 | 10101110 | 1100100 | 101110 |
Color Harmonies of #00EAD3
Complementary color
Monochromatic Colors of #00EAD3
Black with #00EAD3
Text Example
Text Example
White with #00EAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EAD3; }
p { color: rgb(0,234,211); }
H1.HeaderClassName
{
color: #00EAD3;
}
.AnyTagClassName
{
color: #00EAD3;
}
</style>
background-color css
<style>
a { background-color: #00EAD3; }
a { background-color: rgb(0,234,211); }
div.DivClassName
{
background-color: #00EAD3;
}
.BgClassName
{
background-color: #00EAD3;
}
</style>
border-color css
<style>
span { border-color: #00EAD3; }
span { border-color: rgb(0,234,211); }
td.TdClassName
{
border-color: #00EAD3;
}
.TagClassName
{
border-color: #00EAD3;
}
</style>