Shades of Bright Turquoise #06FFCD
Tints of Bright Turquoise #06FFCD
RGB
CMYK
RGB Variations
Color information
#06FFCD (or 0x06FFCD) is known color: Bright Turquoise. HEX triplet: 06, FF and CD. RGB value is (6,255,205). Sum of RGB (Red+Green+Blue) = 6+255+205=466 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.29% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #06FFCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06FFCD is #F90032. Grayscale: #AEAEAE. Windows color (decimal): -16318515 or 13500166. OLE color: 13500166.
HSL color Cylindrical-coordinate representation of color #06FFCD: hue angle of 167.95º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FFCD is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 205 | - |
| CMYK | 0.98 | 0 | 0.20 | 0 |
| HSL | 167.95º | 1% | 0.51% | - |
| HSV(B) | 167.95º | 0.98% | 1% | - |
| XYZ | 46.85 | 75.97 | 69.95 | - |
| YUV | 174.85 | 145.01 | 7.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 205 | 0.98 | 0 | 0.20 | 0 | 167.95 | 1 | 0.51 |
| Hex | 6 | FF | CD | 62 | 0 | 14 | 0 | A8 | 64 | 33 |
| Octal | 6 | 377 | 315 | 142 | 0 | 24 | 0 | 250 | 144 | 63 |
| Binary | 110 | 11111111 | 11001101 | 1100010 | 0 | 10100 | 0 | 10101000 | 1100100 | 110011 |
Color Harmonies of #06FFCD
Complementary color
Monochromatic Colors of #06FFCD
Black with #06FFCD
Text Example
Text Example
White with #06FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FFCD; }
p { color: rgb(6,255,205); }
H1.HeaderClassName
{
color: #06FFCD;
}
.AnyTagClassName
{
color: #06FFCD;
}
</style>
background-color css
<style>
a { background-color: #06FFCD; }
a { background-color: rgb(6,255,205); }
div.DivClassName
{
background-color: #06FFCD;
}
.BgClassName
{
background-color: #06FFCD;
}
</style>
border-color css
<style>
span { border-color: #06FFCD; }
span { border-color: rgb(6,255,205); }
td.TdClassName
{
border-color: #06FFCD;
}
.TagClassName
{
border-color: #06FFCD;
}
</style>