Shades of Bright Turquoise #07DCEF
Tints of Bright Turquoise #07DCEF
RGB
CMYK
RGB Variations
Color information
#07DCEF (or 0x07DCEF) is known color: Bright Turquoise. HEX triplet: 07, DC and EF. RGB value is (7,220,239). Sum of RGB (Red+Green+Blue) = 7+220+239=466 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.50% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #07DCEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07DCEF is #F82310. Grayscale: #9E9E9E. Windows color (decimal): -16261905 or 15719431. OLE color: 15719431.
HSL color Cylindrical-coordinate representation of color #07DCEF: hue angle of 184.91º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DCEF is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 220 | 239 | - |
| CMYK | 0.97 | 0.08 | 0 | 0.06 |
| HSL | 184.91º | 0.94% | 0.48% | - |
| HSV(B) | 184.91º | 0.97% | 0.94% | - |
| XYZ | 41.26 | 57.46 | 90.58 | - |
| YUV | 158.48 | 173.43 | 19.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 220 | 239 | 0.97 | 0.08 | 0 | 0.06 | 184.91 | 0.94 | 0.48 |
| Hex | 7 | DC | EF | 61 | 8 | 0 | 6 | B9 | 5E | 30 |
| Octal | 7 | 334 | 357 | 141 | 10 | 0 | 6 | 271 | 136 | 60 |
| Binary | 111 | 11011100 | 11101111 | 1100001 | 1000 | 0 | 110 | 10111001 | 1011110 | 110000 |
Color Harmonies of #07DCEF
Complementary color
Monochromatic Colors of #07DCEF
Black with #07DCEF
Text Example
Text Example
White with #07DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DCEF; }
p { color: rgb(7,220,239); }
H1.HeaderClassName
{
color: #07DCEF;
}
.AnyTagClassName
{
color: #07DCEF;
}
</style>
background-color css
<style>
a { background-color: #07DCEF; }
a { background-color: rgb(7,220,239); }
div.DivClassName
{
background-color: #07DCEF;
}
.BgClassName
{
background-color: #07DCEF;
}
</style>
border-color css
<style>
span { border-color: #07DCEF; }
span { border-color: rgb(7,220,239); }
td.TdClassName
{
border-color: #07DCEF;
}
.TagClassName
{
border-color: #07DCEF;
}
</style>