Shades of Bright Turquoise #07FDD3
Tints of Bright Turquoise #07FDD3
RGB
CMYK
RGB Variations
Color information
#07FDD3 (or 0x07FDD3) is known color: Bright Turquoise. HEX triplet: 07, FD and D3. RGB value is (7,253,211). Sum of RGB (Red+Green+Blue) = 7+253+211=471 (62% of max value = 765). Red value is 7 (3.12% from 255 or 1.49% from 471); Green value is 253 (99.22% from 255 or 53.72% from 471); Blue value is 211 (82.81% from 255 or 44.80% from 471); Max value from RGB is 253 - color contains mainly: green. Hex color #07FDD3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FDD3 is #F8022C. Grayscale: #AEAEAE. Windows color (decimal): -16253485 or 13892871. OLE color: 13892871.
HSL color Cylindrical-coordinate representation of color #07FDD3: hue angle of 169.76º 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 #07FDD3 is Cyan = 0.97, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 253 | 211 | - |
| CMYK | 0.97 | 0 | 0.17 | 0.01 |
| HSL | 169.76º | 0.98% | 0.51% | - |
| HSV(B) | 169.76º | 0.97% | 0.99% | - |
| XYZ | 46.97 | 75 | 73.63 | - |
| YUV | 174.66 | 148.5 | 8.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 253 | 211 | 0.97 | 0 | 0.17 | 0.01 | 169.76 | 0.98 | 0.51 |
| Hex | 7 | FD | D3 | 61 | 0 | 11 | 1 | AA | 62 | 33 |
| Octal | 7 | 375 | 323 | 141 | 0 | 21 | 1 | 252 | 142 | 63 |
| Binary | 111 | 11111101 | 11010011 | 1100001 | 0 | 10001 | 1 | 10101010 | 1100010 | 110011 |
Color Harmonies of #07FDD3
Complementary color
Monochromatic Colors of #07FDD3
Black with #07FDD3
Text Example
Text Example
White with #07FDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FDD3; }
p { color: rgb(7,253,211); }
H1.HeaderClassName
{
color: #07FDD3;
}
.AnyTagClassName
{
color: #07FDD3;
}
</style>
background-color css
<style>
a { background-color: #07FDD3; }
a { background-color: rgb(7,253,211); }
div.DivClassName
{
background-color: #07FDD3;
}
.BgClassName
{
background-color: #07FDD3;
}
</style>
border-color css
<style>
span { border-color: #07FDD3; }
span { border-color: rgb(7,253,211); }
td.TdClassName
{
border-color: #07FDD3;
}
.TagClassName
{
border-color: #07FDD3;
}
</style>