Shades of Bright Turquoise #07DCE8
Tints of Bright Turquoise #07DCE8
RGB
CMYK
RGB Variations
Color information
#07DCE8 (or 0x07DCE8) is known color: Bright Turquoise. HEX triplet: 07, DC and E8. RGB value is (7,220,232). Sum of RGB (Red+Green+Blue) = 7+220+232=459 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.53% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 232 (91.02% from 255 or 50.54% from 459); Max value from RGB is 232 - color contains mainly: blue. Hex color #07DCE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07DCE8 is #F82317. Grayscale: #9D9D9D. Windows color (decimal): -16261912 or 15260679. OLE color: 15260679.
HSL color Cylindrical-coordinate representation of color #07DCE8: hue angle of 183.2º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DCE8 is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 7 | 220 | 232 | - |
| CMYK | 0.97 | 0.05 | 0 | 0.09 |
| HSL | 183.2º | 0.94% | 0.47% | - |
| HSV(B) | 183.2º | 0.97% | 0.91% | - |
| XYZ | 40.25 | 57.06 | 85.24 | - |
| YUV | 157.68 | 169.93 | 20.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 220 | 232 | 0.97 | 0.05 | 0 | 0.09 | 183.2 | 0.94 | 0.47 |
| Hex | 7 | DC | E8 | 61 | 5 | 0 | 9 | B7 | 5E | 2F |
| Octal | 7 | 334 | 350 | 141 | 5 | 0 | 11 | 267 | 136 | 57 |
| Binary | 111 | 11011100 | 11101000 | 1100001 | 101 | 0 | 1001 | 10110111 | 1011110 | 101111 |
Color Harmonies of #07DCE8
Complementary color
Monochromatic Colors of #07DCE8
Black with #07DCE8
Text Example
Text Example
White with #07DCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DCE8; }
p { color: rgb(7,220,232); }
H1.HeaderClassName
{
color: #07DCE8;
}
.AnyTagClassName
{
color: #07DCE8;
}
</style>
background-color css
<style>
a { background-color: #07DCE8; }
a { background-color: rgb(7,220,232); }
div.DivClassName
{
background-color: #07DCE8;
}
.BgClassName
{
background-color: #07DCE8;
}
</style>
border-color css
<style>
span { border-color: #07DCE8; }
span { border-color: rgb(7,220,232); }
td.TdClassName
{
border-color: #07DCE8;
}
.TagClassName
{
border-color: #07DCE8;
}
</style>