Shades of Bright Turquoise #06F8D9
Tints of Bright Turquoise #06F8D9
RGB
CMYK
RGB Variations
Color information
#06F8D9 (or 0x06F8D9) is known color: Bright Turquoise. HEX triplet: 06, F8 and D9. RGB value is (6,248,217). Sum of RGB (Red+Green+Blue) = 6+248+217=471 (62% of max value = 765). Red value is 6 (2.73% from 255 or 1.27% from 471); Green value is 248 (97.27% from 255 or 52.65% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 248 - color contains mainly: green. Hex color #06F8D9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06F8D9 is #F90726. Grayscale: #ABABAB. Windows color (decimal): -16320295 or 14284806. OLE color: 14284806.
HSL color Cylindrical-coordinate representation of color #06F8D9: hue angle of 172.31º 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 #06F8D9 is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 6 | 248 | 217 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.03 |
| HSL | 172.31º | 0.95% | 0.5% | - |
| HSV(B) | 172.31º | 0.98% | 0.97% | - |
| XYZ | 46.17 | 72.18 | 77.15 | - |
| YUV | 172.11 | 153.33 | 9.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 248 | 217 | 0.98 | 0 | 0.12 | 0.03 | 172.31 | 0.95 | 0.5 |
| Hex | 6 | F8 | D9 | 62 | 0 | C | 3 | AC | 5F | 32 |
| Octal | 6 | 370 | 331 | 142 | 0 | 14 | 3 | 254 | 137 | 62 |
| Binary | 110 | 11111000 | 11011001 | 1100010 | 0 | 1100 | 11 | 10101100 | 1011111 | 110010 |
Color Harmonies of #06F8D9
Complementary color
Monochromatic Colors of #06F8D9
Black with #06F8D9
Text Example
Text Example
White with #06F8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F8D9; }
p { color: rgb(6,248,217); }
H1.HeaderClassName
{
color: #06F8D9;
}
.AnyTagClassName
{
color: #06F8D9;
}
</style>
background-color css
<style>
a { background-color: #06F8D9; }
a { background-color: rgb(6,248,217); }
div.DivClassName
{
background-color: #06F8D9;
}
.BgClassName
{
background-color: #06F8D9;
}
</style>
border-color css
<style>
span { border-color: #06F8D9; }
span { border-color: rgb(6,248,217); }
td.TdClassName
{
border-color: #06F8D9;
}
.TagClassName
{
border-color: #06F8D9;
}
</style>