Shades of Bright Turquoise #07EECB
Tints of Bright Turquoise #07EECB
RGB
CMYK
RGB Variations
Color information
#07EECB (or 0x07EECB) is known color: Bright Turquoise. HEX triplet: 07, EE and CB. RGB value is (7,238,203). Sum of RGB (Red+Green+Blue) = 7+238+203=448 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.56% from 448); Green value is 238 (93.36% from 255 or 53.12% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 238 - color contains mainly: green. Hex color #07EECB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07EECB is #F81134. Grayscale: #A4A4A4. Windows color (decimal): -16257333 or 13364743. OLE color: 13364743.
HSL color Cylindrical-coordinate representation of color #07EECB: hue angle of 170.91º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07EECB is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 238 | 203 | - |
| CMYK | 0.97 | 0 | 0.15 | 0.07 |
| HSL | 170.91º | 0.94% | 0.48% | - |
| HSV(B) | 170.91º | 0.97% | 0.93% | - |
| XYZ | 41.44 | 65.51 | 66.96 | - |
| YUV | 164.94 | 149.47 | 15.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 238 | 203 | 0.97 | 0 | 0.15 | 0.07 | 170.91 | 0.94 | 0.48 |
| Hex | 7 | EE | CB | 61 | 0 | F | 7 | AB | 5E | 30 |
| Octal | 7 | 356 | 313 | 141 | 0 | 17 | 7 | 253 | 136 | 60 |
| Binary | 111 | 11101110 | 11001011 | 1100001 | 0 | 1111 | 111 | 10101011 | 1011110 | 110000 |
Color Harmonies of #07EECB
Complementary color
Monochromatic Colors of #07EECB
Black with #07EECB
Text Example
Text Example
White with #07EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07EECB; }
p { color: rgb(7,238,203); }
H1.HeaderClassName
{
color: #07EECB;
}
.AnyTagClassName
{
color: #07EECB;
}
</style>
background-color css
<style>
a { background-color: #07EECB; }
a { background-color: rgb(7,238,203); }
div.DivClassName
{
background-color: #07EECB;
}
.BgClassName
{
background-color: #07EECB;
}
</style>
border-color css
<style>
span { border-color: #07EECB; }
span { border-color: rgb(7,238,203); }
td.TdClassName
{
border-color: #07EECB;
}
.TagClassName
{
border-color: #07EECB;
}
</style>