Shades of Bright Turquoise #07FFCB
Tints of Bright Turquoise #07FFCB
RGB
CMYK
RGB Variations
Color information
#07FFCB (or 0x07FFCB) is known color: Bright Turquoise. HEX triplet: 07, FF and CB. RGB value is (7,255,203). Sum of RGB (Red+Green+Blue) = 7+255+203=465 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.51% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #07FFCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FFCB is #F80034. Grayscale: #AEAEAE. Windows color (decimal): -16252981 or 13369095. OLE color: 13369095.
HSL color Cylindrical-coordinate representation of color #07FFCB: hue angle of 167.42º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FFCB is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 255 | 203 | - |
| CMYK | 0.97 | 0 | 0.20 | 0 |
| HSL | 167.42º | 1% | 0.51% | - |
| HSV(B) | 167.42º | 0.97% | 1% | - |
| XYZ | 46.63 | 75.88 | 68.69 | - |
| YUV | 174.92 | 143.84 | 8.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 255 | 203 | 0.97 | 0 | 0.20 | 0 | 167.42 | 1 | 0.51 |
| Hex | 7 | FF | CB | 61 | 0 | 14 | 0 | A7 | 64 | 33 |
| Octal | 7 | 377 | 313 | 141 | 0 | 24 | 0 | 247 | 144 | 63 |
| Binary | 111 | 11111111 | 11001011 | 1100001 | 0 | 10100 | 0 | 10100111 | 1100100 | 110011 |
Color Harmonies of #07FFCB
Complementary color
Monochromatic Colors of #07FFCB
Black with #07FFCB
Text Example
Text Example
White with #07FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FFCB; }
p { color: rgb(7,255,203); }
H1.HeaderClassName
{
color: #07FFCB;
}
.AnyTagClassName
{
color: #07FFCB;
}
</style>
background-color css
<style>
a { background-color: #07FFCB; }
a { background-color: rgb(7,255,203); }
div.DivClassName
{
background-color: #07FFCB;
}
.BgClassName
{
background-color: #07FFCB;
}
</style>
border-color css
<style>
span { border-color: #07FFCB; }
span { border-color: rgb(7,255,203); }
td.TdClassName
{
border-color: #07FFCB;
}
.TagClassName
{
border-color: #07FFCB;
}
</style>