Shades of Bright Turquoise #06FCCD
Tints of Bright Turquoise #06FCCD
RGB
CMYK
RGB Variations
Color information
#06FCCD (or 0x06FCCD) is known color: Bright Turquoise. HEX triplet: 06, FC and CD. RGB value is (6,252,205). Sum of RGB (Red+Green+Blue) = 6+252+205=463 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.30% from 463); Green value is 252 (98.83% from 255 or 54.43% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 252 - color contains mainly: green. Hex color #06FCCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06FCCD is #F90332. Grayscale: #ADADAD. Windows color (decimal): -16319283 or 13499398. OLE color: 13499398.
HSL color Cylindrical-coordinate representation of color #06FCCD: hue angle of 168.54º 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 #06FCCD is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 252 | 205 | - |
| CMYK | 0.98 | 0 | 0.19 | 0.01 |
| HSL | 168.54º | 0.98% | 0.51% | - |
| HSV(B) | 168.54º | 0.98% | 0.99% | - |
| XYZ | 45.9 | 74.07 | 69.63 | - |
| YUV | 173.09 | 146 | 8.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 252 | 205 | 0.98 | 0 | 0.19 | 0.01 | 168.54 | 0.98 | 0.51 |
| Hex | 6 | FC | CD | 62 | 0 | 13 | 1 | A9 | 62 | 33 |
| Octal | 6 | 374 | 315 | 142 | 0 | 23 | 1 | 251 | 142 | 63 |
| Binary | 110 | 11111100 | 11001101 | 1100010 | 0 | 10011 | 1 | 10101001 | 1100010 | 110011 |
Color Harmonies of #06FCCD
Complementary color
Monochromatic Colors of #06FCCD
Black with #06FCCD
Text Example
Text Example
White with #06FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FCCD; }
p { color: rgb(6,252,205); }
H1.HeaderClassName
{
color: #06FCCD;
}
.AnyTagClassName
{
color: #06FCCD;
}
</style>
background-color css
<style>
a { background-color: #06FCCD; }
a { background-color: rgb(6,252,205); }
div.DivClassName
{
background-color: #06FCCD;
}
.BgClassName
{
background-color: #06FCCD;
}
</style>
border-color css
<style>
span { border-color: #06FCCD; }
span { border-color: rgb(6,252,205); }
td.TdClassName
{
border-color: #06FCCD;
}
.TagClassName
{
border-color: #06FCCD;
}
</style>