Shades of Bright Turquoise #00DFE8
Tints of Bright Turquoise #00DFE8
RGB
CMYK
RGB Variations
Color information
#00DFE8 (or 0x00DFE8) is known color: Bright Turquoise. HEX triplet: 00, DF and E8. RGB value is (0,223,232). Sum of RGB (Red+Green+Blue) = 0+223+232=455 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 232 (91.02% from 255 or 50.99% from 455); Max value from RGB is 232 - color contains mainly: blue. Hex color #00DFE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DFE8 is #FF2017. Grayscale: #9D9D9D. Windows color (decimal): -16719896 or 15261440. OLE color: 15261440.
HSL color Cylindrical-coordinate representation of color #00DFE8: hue angle of 182.33º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DFE8 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 223 | 232 | - |
| CMYK | 1 | 0.04 | 0 | 0.09 |
| HSL | 182.33º | 1% | 0.45% | - |
| HSV(B) | 182.33º | 1% | 0.91% | - |
| XYZ | 40.95 | 58.6 | 85.5 | - |
| YUV | 157.35 | 170.12 | 15.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 232 | 1 | 0.04 | 0 | 0.09 | 182.33 | 1 | 0.45 |
| Hex | 0 | DF | E8 | 64 | 4 | 0 | 9 | B6 | 64 | 2D |
| Octal | 0 | 337 | 350 | 144 | 4 | 0 | 11 | 266 | 144 | 55 |
| Binary | 0 | 11011111 | 11101000 | 1100100 | 100 | 0 | 1001 | 10110110 | 1100100 | 101101 |
Color Harmonies of #00DFE8
Complementary color
Monochromatic Colors of #00DFE8
Black with #00DFE8
Text Example
Text Example
White with #00DFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DFE8; }
p { color: rgb(0,223,232); }
H1.HeaderClassName
{
color: #00DFE8;
}
.AnyTagClassName
{
color: #00DFE8;
}
</style>
background-color css
<style>
a { background-color: #00DFE8; }
a { background-color: rgb(0,223,232); }
div.DivClassName
{
background-color: #00DFE8;
}
.BgClassName
{
background-color: #00DFE8;
}
</style>
border-color css
<style>
span { border-color: #00DFE8; }
span { border-color: rgb(0,223,232); }
td.TdClassName
{
border-color: #00DFE8;
}
.TagClassName
{
border-color: #00DFE8;
}
</style>