Shades of Bright Turquoise #00D6EA
Tints of Bright Turquoise #00D6EA
RGB
CMYK
RGB Variations
Color information
#00D6EA (or 0x00D6EA) is known color: Bright Turquoise. HEX triplet: 00, D6 and EA. RGB value is (0,214,234). Sum of RGB (Red+Green+Blue) = 0+214+234=448 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 448); Green value is 214 (83.98% from 255 or 47.77% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #00D6EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00D6EA is #FF2915. Grayscale: #989898. Windows color (decimal): -16722198 or 15390208. OLE color: 15390208.
HSL color Cylindrical-coordinate representation of color #00D6EA: hue angle of 185.13º 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 #00D6EA is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 214 | 234 | - |
| CMYK | 1 | 0.09 | 0 | 0.08 |
| HSL | 185.13º | 1% | 0.46% | - |
| HSV(B) | 185.13º | 1% | 0.92% | - |
| XYZ | 38.9 | 54.03 | 86.22 | - |
| YUV | 152.29 | 174.1 | 19.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 214 | 234 | 1 | 0.09 | 0 | 0.08 | 185.13 | 1 | 0.46 |
| Hex | 0 | D6 | EA | 64 | 9 | 0 | 8 | B9 | 64 | 2E |
| Octal | 0 | 326 | 352 | 144 | 11 | 0 | 10 | 271 | 144 | 56 |
| Binary | 0 | 11010110 | 11101010 | 1100100 | 1001 | 0 | 1000 | 10111001 | 1100100 | 101110 |
Color Harmonies of #00D6EA
Complementary color
Monochromatic Colors of #00D6EA
Black with #00D6EA
Text Example
Text Example
White with #00D6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D6EA; }
p { color: rgb(0,214,234); }
H1.HeaderClassName
{
color: #00D6EA;
}
.AnyTagClassName
{
color: #00D6EA;
}
</style>
background-color css
<style>
a { background-color: #00D6EA; }
a { background-color: rgb(0,214,234); }
div.DivClassName
{
background-color: #00D6EA;
}
.BgClassName
{
background-color: #00D6EA;
}
</style>
border-color css
<style>
span { border-color: #00D6EA; }
span { border-color: rgb(0,214,234); }
td.TdClassName
{
border-color: #00D6EA;
}
.TagClassName
{
border-color: #00D6EA;
}
</style>