Shades of Bright Turquoise #07FCDD
Tints of Bright Turquoise #07FCDD
RGB
CMYK
RGB Variations
Color information
#07FCDD (or 0x07FCDD) is known color: Bright Turquoise. HEX triplet: 07, FC and DD. RGB value is (7,252,221). Sum of RGB (Red+Green+Blue) = 7+252+221=480 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.46% from 480); Green value is 252 (98.83% from 255 or 52.5% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 252 - color contains mainly: green. Hex color #07FCDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FCDD is #F80322. Grayscale: #AFAFAF. Windows color (decimal): -16253731 or 14547975. OLE color: 14547975.
HSL color Cylindrical-coordinate representation of color #07FCDD: hue angle of 172.41º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FCDD is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 252 | 221 | - |
| CMYK | 0.97 | 0 | 0.12 | 0.01 |
| HSL | 172.41º | 0.98% | 0.51% | - |
| HSV(B) | 172.41º | 0.97% | 0.99% | - |
| XYZ | 47.95 | 74.89 | 80.33 | - |
| YUV | 175.21 | 153.83 | 8.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 252 | 221 | 0.97 | 0 | 0.12 | 0.01 | 172.41 | 0.98 | 0.51 |
| Hex | 7 | FC | DD | 61 | 0 | C | 1 | AC | 62 | 33 |
| Octal | 7 | 374 | 335 | 141 | 0 | 14 | 1 | 254 | 142 | 63 |
| Binary | 111 | 11111100 | 11011101 | 1100001 | 0 | 1100 | 1 | 10101100 | 1100010 | 110011 |
Color Harmonies of #07FCDD
Complementary color
Monochromatic Colors of #07FCDD
Black with #07FCDD
Text Example
Text Example
White with #07FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FCDD; }
p { color: rgb(7,252,221); }
H1.HeaderClassName
{
color: #07FCDD;
}
.AnyTagClassName
{
color: #07FCDD;
}
</style>
background-color css
<style>
a { background-color: #07FCDD; }
a { background-color: rgb(7,252,221); }
div.DivClassName
{
background-color: #07FCDD;
}
.BgClassName
{
background-color: #07FCDD;
}
</style>
border-color css
<style>
span { border-color: #07FCDD; }
span { border-color: rgb(7,252,221); }
td.TdClassName
{
border-color: #07FCDD;
}
.TagClassName
{
border-color: #07FCDD;
}
</style>