Shades of Bright Turquoise #06F8C6
Tints of Bright Turquoise #06F8C6
RGB
CMYK
RGB Variations
Color information
#06F8C6 (or 0x06F8C6) is known color: Bright Turquoise. HEX triplet: 06, F8 and C6. RGB value is (6,248,198). Sum of RGB (Red+Green+Blue) = 6+248+198=452 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.33% from 452); Green value is 248 (97.27% from 255 or 54.87% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 248 - color contains mainly: green. Hex color #06F8C6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06F8C6 is #F90739. Grayscale: #A9A9A9. Windows color (decimal): -16320314 or 13039622. OLE color: 13039622.
HSL color Cylindrical-coordinate representation of color #06F8C6: hue angle of 167.6º 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 #06F8C6 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 6 | 248 | 198 | - |
| CMYK | 0.98 | 0 | 0.20 | 0.03 |
| HSL | 167.6º | 0.95% | 0.5% | - |
| HSV(B) | 167.6º | 0.98% | 0.97% | - |
| XYZ | 43.84 | 71.25 | 64.87 | - |
| YUV | 169.94 | 143.83 | 11.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 248 | 198 | 0.98 | 0 | 0.20 | 0.03 | 167.6 | 0.95 | 0.5 |
| Hex | 6 | F8 | C6 | 62 | 0 | 14 | 3 | A8 | 5F | 32 |
| Octal | 6 | 370 | 306 | 142 | 0 | 24 | 3 | 250 | 137 | 62 |
| Binary | 110 | 11111000 | 11000110 | 1100010 | 0 | 10100 | 11 | 10101000 | 1011111 | 110010 |
Color Harmonies of #06F8C6
Complementary color
Monochromatic Colors of #06F8C6
Black with #06F8C6
Text Example
Text Example
White with #06F8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F8C6; }
p { color: rgb(6,248,198); }
H1.HeaderClassName
{
color: #06F8C6;
}
.AnyTagClassName
{
color: #06F8C6;
}
</style>
background-color css
<style>
a { background-color: #06F8C6; }
a { background-color: rgb(6,248,198); }
div.DivClassName
{
background-color: #06F8C6;
}
.BgClassName
{
background-color: #06F8C6;
}
</style>
border-color css
<style>
span { border-color: #06F8C6; }
span { border-color: rgb(6,248,198); }
td.TdClassName
{
border-color: #06F8C6;
}
.TagClassName
{
border-color: #06F8C6;
}
</style>