Shades of Bright Turquoise #00DCEF
Tints of Bright Turquoise #00DCEF
RGB
CMYK
RGB Variations
Color information
#00DCEF (or 0x00DCEF) is known color: Bright Turquoise. HEX triplet: 00, DC and EF. RGB value is (0,220,239). Sum of RGB (Red+Green+Blue) = 0+220+239=459 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #00DCEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DCEF is #FF2310. Grayscale: #9C9C9C. Windows color (decimal): -16720657 or 15719424. OLE color: 15719424.
HSL color Cylindrical-coordinate representation of color #00DCEF: hue angle of 184.77º 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 #00DCEF is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 220 | 239 | - |
| CMYK | 1 | 0.08 | 0 | 0.06 |
| HSL | 184.77º | 1% | 0.47% | - |
| HSV(B) | 184.77º | 1% | 0.94% | - |
| XYZ | 41.17 | 57.42 | 90.57 | - |
| YUV | 156.39 | 174.61 | 16.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 220 | 239 | 1 | 0.08 | 0 | 0.06 | 184.77 | 1 | 0.47 |
| Hex | 0 | DC | EF | 64 | 8 | 0 | 6 | B9 | 64 | 2F |
| Octal | 0 | 334 | 357 | 144 | 10 | 0 | 6 | 271 | 144 | 57 |
| Binary | 0 | 11011100 | 11101111 | 1100100 | 1000 | 0 | 110 | 10111001 | 1100100 | 101111 |
Color Harmonies of #00DCEF
Complementary color
Monochromatic Colors of #00DCEF
Black with #00DCEF
Text Example
Text Example
White with #00DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DCEF; }
p { color: rgb(0,220,239); }
H1.HeaderClassName
{
color: #00DCEF;
}
.AnyTagClassName
{
color: #00DCEF;
}
</style>
background-color css
<style>
a { background-color: #00DCEF; }
a { background-color: rgb(0,220,239); }
div.DivClassName
{
background-color: #00DCEF;
}
.BgClassName
{
background-color: #00DCEF;
}
</style>
border-color css
<style>
span { border-color: #00DCEF; }
span { border-color: rgb(0,220,239); }
td.TdClassName
{
border-color: #00DCEF;
}
.TagClassName
{
border-color: #00DCEF;
}
</style>