Shades of Bright Turquoise #07FDD4
Tints of Bright Turquoise #07FDD4
RGB
CMYK
RGB Variations
Color information
#07FDD4 (or 0x07FDD4) is known color: Bright Turquoise. HEX triplet: 07, FD and D4. RGB value is (7,253,212). Sum of RGB (Red+Green+Blue) = 7+253+212=472 (62% of max value = 765). Red value is 7 (3.12% from 255 or 1.48% from 472); Green value is 253 (99.22% from 255 or 53.60% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 253 - color contains mainly: green. Hex color #07FDD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FDD4 is #F8022B. Grayscale: #AEAEAE. Windows color (decimal): -16253484 or 13958407. OLE color: 13958407.
HSL color Cylindrical-coordinate representation of color #07FDD4: hue angle of 170º 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 #07FDD4 is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 253 | 212 | - |
| CMYK | 0.97 | 0 | 0.16 | 0.01 |
| HSL | 170º | 0.98% | 0.51% | - |
| HSV(B) | 170º | 0.97% | 0.99% | - |
| XYZ | 47.1 | 75.05 | 74.29 | - |
| YUV | 174.77 | 149 | 8.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 253 | 212 | 0.97 | 0 | 0.16 | 0.01 | 170 | 0.98 | 0.51 |
| Hex | 7 | FD | D4 | 61 | 0 | 10 | 1 | AA | 62 | 33 |
| Octal | 7 | 375 | 324 | 141 | 0 | 20 | 1 | 252 | 142 | 63 |
| Binary | 111 | 11111101 | 11010100 | 1100001 | 0 | 10000 | 1 | 10101010 | 1100010 | 110011 |
Color Harmonies of #07FDD4
Complementary color
Monochromatic Colors of #07FDD4
Black with #07FDD4
Text Example
Text Example
White with #07FDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FDD4; }
p { color: rgb(7,253,212); }
H1.HeaderClassName
{
color: #07FDD4;
}
.AnyTagClassName
{
color: #07FDD4;
}
</style>
background-color css
<style>
a { background-color: #07FDD4; }
a { background-color: rgb(7,253,212); }
div.DivClassName
{
background-color: #07FDD4;
}
.BgClassName
{
background-color: #07FDD4;
}
</style>
border-color css
<style>
span { border-color: #07FDD4; }
span { border-color: rgb(7,253,212); }
td.TdClassName
{
border-color: #07FDD4;
}
.TagClassName
{
border-color: #07FDD4;
}
</style>