Shades of Bright Turquoise #00D6EF
Tints of Bright Turquoise #00D6EF
RGB
CMYK
RGB Variations
Color information
#00D6EF (or 0x00D6EF) is known color: Bright Turquoise. HEX triplet: 00, D6 and EF. RGB value is (0,214,239). Sum of RGB (Red+Green+Blue) = 0+214+239=453 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #00D6EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00D6EF is #FF2910. Grayscale: #989898. Windows color (decimal): -16722193 or 15717888. OLE color: 15717888.
HSL color Cylindrical-coordinate representation of color #00D6EF: hue angle of 186.28º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D6EF is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 214 | 239 | - |
| CMYK | 1 | 0.10 | 0 | 0.06 |
| HSL | 186.28º | 1% | 0.47% | - |
| HSV(B) | 186.28º | 1% | 0.94% | - |
| XYZ | 39.63 | 54.33 | 90.06 | - |
| YUV | 152.86 | 176.6 | 18.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 214 | 239 | 1 | 0.10 | 0 | 0.06 | 186.28 | 1 | 0.47 |
| Hex | 0 | D6 | EF | 64 | A | 0 | 6 | BA | 64 | 2F |
| Octal | 0 | 326 | 357 | 144 | 12 | 0 | 6 | 272 | 144 | 57 |
| Binary | 0 | 11010110 | 11101111 | 1100100 | 1010 | 0 | 110 | 10111010 | 1100100 | 101111 |
Color Harmonies of #00D6EF
Complementary color
Monochromatic Colors of #00D6EF
Black with #00D6EF
Text Example
Text Example
White with #00D6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D6EF; }
p { color: rgb(0,214,239); }
H1.HeaderClassName
{
color: #00D6EF;
}
.AnyTagClassName
{
color: #00D6EF;
}
</style>
background-color css
<style>
a { background-color: #00D6EF; }
a { background-color: rgb(0,214,239); }
div.DivClassName
{
background-color: #00D6EF;
}
.BgClassName
{
background-color: #00D6EF;
}
</style>
border-color css
<style>
span { border-color: #00D6EF; }
span { border-color: rgb(0,214,239); }
td.TdClassName
{
border-color: #00D6EF;
}
.TagClassName
{
border-color: #00D6EF;
}
</style>