Shades of Bright Turquoise #00D8EA
Tints of Bright Turquoise #00D8EA
RGB
CMYK
RGB Variations
Color information
#00D8EA (or 0x00D8EA) is known color: Bright Turquoise. HEX triplet: 00, D8 and EA. RGB value is (0,216,234). Sum of RGB (Red+Green+Blue) = 0+216+234=450 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 450); Green value is 216 (84.77% from 255 or 48% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #00D8EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00D8EA is #FF2715. Grayscale: #999999. Windows color (decimal): -16721686 or 15390720. OLE color: 15390720.
HSL color Cylindrical-coordinate representation of color #00D8EA: hue angle of 184.62º 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 #00D8EA is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 216 | 234 | - |
| CMYK | 1 | 0.08 | 0 | 0.08 |
| HSL | 184.62º | 1% | 0.46% | - |
| HSV(B) | 184.62º | 1% | 0.92% | - |
| XYZ | 39.41 | 55.05 | 86.39 | - |
| YUV | 153.47 | 173.44 | 18.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 216 | 234 | 1 | 0.08 | 0 | 0.08 | 184.62 | 1 | 0.46 |
| Hex | 0 | D8 | EA | 64 | 8 | 0 | 8 | B9 | 64 | 2E |
| Octal | 0 | 330 | 352 | 144 | 10 | 0 | 10 | 271 | 144 | 56 |
| Binary | 0 | 11011000 | 11101010 | 1100100 | 1000 | 0 | 1000 | 10111001 | 1100100 | 101110 |
Color Harmonies of #00D8EA
Complementary color
Monochromatic Colors of #00D8EA
Black with #00D8EA
Text Example
Text Example
White with #00D8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D8EA; }
p { color: rgb(0,216,234); }
H1.HeaderClassName
{
color: #00D8EA;
}
.AnyTagClassName
{
color: #00D8EA;
}
</style>
background-color css
<style>
a { background-color: #00D8EA; }
a { background-color: rgb(0,216,234); }
div.DivClassName
{
background-color: #00D8EA;
}
.BgClassName
{
background-color: #00D8EA;
}
</style>
border-color css
<style>
span { border-color: #00D8EA; }
span { border-color: rgb(0,216,234); }
td.TdClassName
{
border-color: #00D8EA;
}
.TagClassName
{
border-color: #00D8EA;
}
</style>