Shades of Bright Turquoise #00DFE9
Tints of Bright Turquoise #00DFE9
RGB
CMYK
RGB Variations
Color information
#00DFE9 (or 0x00DFE9) is known color: Bright Turquoise. HEX triplet: 00, DF and E9. RGB value is (0,223,233). Sum of RGB (Red+Green+Blue) = 0+223+233=456 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 233 (91.41% from 255 or 51.10% from 456); Max value from RGB is 233 - color contains mainly: blue. Hex color #00DFE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DFE9 is #FF2016. Grayscale: #9D9D9D. Windows color (decimal): -16719895 or 15326976. OLE color: 15326976.
HSL color Cylindrical-coordinate representation of color #00DFE9: hue angle of 182.58º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DFE9 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 223 | 233 | - |
| CMYK | 1 | 0.04 | 0 | 0.09 |
| HSL | 182.58º | 1% | 0.46% | - |
| HSV(B) | 182.58º | 1% | 0.91% | - |
| XYZ | 41.1 | 58.66 | 86.25 | - |
| YUV | 157.46 | 170.62 | 15.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 233 | 1 | 0.04 | 0 | 0.09 | 182.58 | 1 | 0.46 |
| Hex | 0 | DF | E9 | 64 | 4 | 0 | 9 | B7 | 64 | 2E |
| Octal | 0 | 337 | 351 | 144 | 4 | 0 | 11 | 267 | 144 | 56 |
| Binary | 0 | 11011111 | 11101001 | 1100100 | 100 | 0 | 1001 | 10110111 | 1100100 | 101110 |
Color Harmonies of #00DFE9
Complementary color
Monochromatic Colors of #00DFE9
Black with #00DFE9
Text Example
Text Example
White with #00DFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DFE9; }
p { color: rgb(0,223,233); }
H1.HeaderClassName
{
color: #00DFE9;
}
.AnyTagClassName
{
color: #00DFE9;
}
</style>
background-color css
<style>
a { background-color: #00DFE9; }
a { background-color: rgb(0,223,233); }
div.DivClassName
{
background-color: #00DFE9;
}
.BgClassName
{
background-color: #00DFE9;
}
</style>
border-color css
<style>
span { border-color: #00DFE9; }
span { border-color: rgb(0,223,233); }
td.TdClassName
{
border-color: #00DFE9;
}
.TagClassName
{
border-color: #00DFE9;
}
</style>