Shades of Bright Turquoise #06F7D3
Tints of Bright Turquoise #06F7D3
RGB
CMYK
RGB Variations
Color information
#06F7D3 (or 0x06F7D3) is known color: Bright Turquoise. HEX triplet: 06, F7 and D3. RGB value is (6,247,211). Sum of RGB (Red+Green+Blue) = 6+247+211=464 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.29% from 464); Green value is 247 (96.88% from 255 or 53.23% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 247 - color contains mainly: green. Hex color #06F7D3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06F7D3 is #F9082C. Grayscale: #AAAAAA. Windows color (decimal): -16320557 or 13891334. OLE color: 13891334.
HSL color Cylindrical-coordinate representation of color #06F7D3: hue angle of 171.04º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06F7D3 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 6 | 247 | 211 | - |
| CMYK | 0.98 | 0 | 0.15 | 0.03 |
| HSL | 171.04º | 0.95% | 0.5% | - |
| HSV(B) | 171.04º | 0.98% | 0.97% | - |
| XYZ | 45.09 | 71.26 | 73.01 | - |
| YUV | 170.84 | 150.66 | 10.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 247 | 211 | 0.98 | 0 | 0.15 | 0.03 | 171.04 | 0.95 | 0.5 |
| Hex | 6 | F7 | D3 | 62 | 0 | F | 3 | AB | 5F | 32 |
| Octal | 6 | 367 | 323 | 142 | 0 | 17 | 3 | 253 | 137 | 62 |
| Binary | 110 | 11110111 | 11010011 | 1100010 | 0 | 1111 | 11 | 10101011 | 1011111 | 110010 |
Color Harmonies of #06F7D3
Complementary color
Monochromatic Colors of #06F7D3
Black with #06F7D3
Text Example
Text Example
White with #06F7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F7D3; }
p { color: rgb(6,247,211); }
H1.HeaderClassName
{
color: #06F7D3;
}
.AnyTagClassName
{
color: #06F7D3;
}
</style>
background-color css
<style>
a { background-color: #06F7D3; }
a { background-color: rgb(6,247,211); }
div.DivClassName
{
background-color: #06F7D3;
}
.BgClassName
{
background-color: #06F7D3;
}
</style>
border-color css
<style>
span { border-color: #06F7D3; }
span { border-color: rgb(6,247,211); }
td.TdClassName
{
border-color: #06F7D3;
}
.TagClassName
{
border-color: #06F7D3;
}
</style>