Shades of Bright Turquoise #06FCD8
Tints of Bright Turquoise #06FCD8
RGB
CMYK
RGB Variations
Color information
#06FCD8 (or 0x06FCD8) is known color: Bright Turquoise. HEX triplet: 06, FC and D8. RGB value is (6,252,216). Sum of RGB (Red+Green+Blue) = 6+252+216=474 (62% of max value = 765). Red value is 6 (2.73% from 255 or 1.27% from 474); Green value is 252 (98.83% from 255 or 53.16% from 474); Blue value is 216 (84.77% from 255 or 45.57% from 474); Max value from RGB is 252 - color contains mainly: green. Hex color #06FCD8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06FCD8 is #F90327. Grayscale: #AEAEAE. Windows color (decimal): -16319272 or 14220294. OLE color: 14220294.
HSL color Cylindrical-coordinate representation of color #06FCD8: hue angle of 171.22º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FCD8 is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 252 | 216 | - |
| CMYK | 0.98 | 0 | 0.14 | 0.01 |
| HSL | 171.22º | 0.98% | 0.51% | - |
| HSV(B) | 171.22º | 0.98% | 0.99% | - |
| XYZ | 47.28 | 74.62 | 76.88 | - |
| YUV | 174.34 | 151.5 | 7.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 252 | 216 | 0.98 | 0 | 0.14 | 0.01 | 171.22 | 0.98 | 0.51 |
| Hex | 6 | FC | D8 | 62 | 0 | E | 1 | AB | 62 | 33 |
| Octal | 6 | 374 | 330 | 142 | 0 | 16 | 1 | 253 | 142 | 63 |
| Binary | 110 | 11111100 | 11011000 | 1100010 | 0 | 1110 | 1 | 10101011 | 1100010 | 110011 |
Color Harmonies of #06FCD8
Complementary color
Monochromatic Colors of #06FCD8
Black with #06FCD8
Text Example
Text Example
White with #06FCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FCD8; }
p { color: rgb(6,252,216); }
H1.HeaderClassName
{
color: #06FCD8;
}
.AnyTagClassName
{
color: #06FCD8;
}
</style>
background-color css
<style>
a { background-color: #06FCD8; }
a { background-color: rgb(6,252,216); }
div.DivClassName
{
background-color: #06FCD8;
}
.BgClassName
{
background-color: #06FCD8;
}
</style>
border-color css
<style>
span { border-color: #06FCD8; }
span { border-color: rgb(6,252,216); }
td.TdClassName
{
border-color: #06FCD8;
}
.TagClassName
{
border-color: #06FCD8;
}
</style>