Shades of Bright Turquoise #07EDEF
Tints of Bright Turquoise #07EDEF
RGB
CMYK
RGB Variations
Color information
#07EDEF (or 0x07EDEF) is known color: Bright Turquoise. HEX triplet: 07, ED and EF. RGB value is (7,237,239). Sum of RGB (Red+Green+Blue) = 7+237+239=483 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.45% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #07EDEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07EDEF is #F81210. Grayscale: #A8A8A8. Windows color (decimal): -16257553 or 15723783. OLE color: 15723783.
HSL color Cylindrical-coordinate representation of color #07EDEF: hue angle of 180.52º 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 #07EDEF is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 237 | 239 | - |
| CMYK | 0.97 | 0.01 | 0 | 0.06 |
| HSL | 180.52º | 0.94% | 0.48% | - |
| HSV(B) | 180.52º | 0.97% | 0.94% | - |
| XYZ | 45.95 | 66.85 | 92.14 | - |
| YUV | 168.46 | 167.8 | 12.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 237 | 239 | 0.97 | 0.01 | 0 | 0.06 | 180.52 | 0.94 | 0.48 |
| Hex | 7 | ED | EF | 61 | 1 | 0 | 6 | B5 | 5E | 30 |
| Octal | 7 | 355 | 357 | 141 | 1 | 0 | 6 | 265 | 136 | 60 |
| Binary | 111 | 11101101 | 11101111 | 1100001 | 1 | 0 | 110 | 10110101 | 1011110 | 110000 |
Color Harmonies of #07EDEF
Complementary color
Monochromatic Colors of #07EDEF
Black with #07EDEF
Text Example
Text Example
White with #07EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07EDEF; }
p { color: rgb(7,237,239); }
H1.HeaderClassName
{
color: #07EDEF;
}
.AnyTagClassName
{
color: #07EDEF;
}
</style>
background-color css
<style>
a { background-color: #07EDEF; }
a { background-color: rgb(7,237,239); }
div.DivClassName
{
background-color: #07EDEF;
}
.BgClassName
{
background-color: #07EDEF;
}
</style>
border-color css
<style>
span { border-color: #07EDEF; }
span { border-color: rgb(7,237,239); }
td.TdClassName
{
border-color: #07EDEF;
}
.TagClassName
{
border-color: #07EDEF;
}
</style>