Shades of Bright Turquoise #06FCCF
Tints of Bright Turquoise #06FCCF
RGB
CMYK
RGB Variations
Color information
#06FCCF (or 0x06FCCF) is known color: Bright Turquoise. HEX triplet: 06, FC and CF. RGB value is (6,252,207). Sum of RGB (Red+Green+Blue) = 6+252+207=465 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.29% from 465); Green value is 252 (98.83% from 255 or 54.19% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 252 - color contains mainly: green. Hex color #06FCCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06FCCF is #F90330. Grayscale: #ADADAD. Windows color (decimal): -16319281 or 13630470. OLE color: 13630470.
HSL color Cylindrical-coordinate representation of color #06FCCF: hue angle of 169.02º 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 #06FCCF is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 252 | 207 | - |
| CMYK | 0.98 | 0 | 0.18 | 0.01 |
| HSL | 169.02º | 0.98% | 0.51% | - |
| HSV(B) | 169.02º | 0.98% | 0.99% | - |
| XYZ | 46.15 | 74.16 | 70.91 | - |
| YUV | 173.32 | 147 | 8.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 252 | 207 | 0.98 | 0 | 0.18 | 0.01 | 169.02 | 0.98 | 0.51 |
| Hex | 6 | FC | CF | 62 | 0 | 12 | 1 | A9 | 62 | 33 |
| Octal | 6 | 374 | 317 | 142 | 0 | 22 | 1 | 251 | 142 | 63 |
| Binary | 110 | 11111100 | 11001111 | 1100010 | 0 | 10010 | 1 | 10101001 | 1100010 | 110011 |
Color Harmonies of #06FCCF
Complementary color
Monochromatic Colors of #06FCCF
Black with #06FCCF
Text Example
Text Example
White with #06FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FCCF; }
p { color: rgb(6,252,207); }
H1.HeaderClassName
{
color: #06FCCF;
}
.AnyTagClassName
{
color: #06FCCF;
}
</style>
background-color css
<style>
a { background-color: #06FCCF; }
a { background-color: rgb(6,252,207); }
div.DivClassName
{
background-color: #06FCCF;
}
.BgClassName
{
background-color: #06FCCF;
}
</style>
border-color css
<style>
span { border-color: #06FCCF; }
span { border-color: rgb(6,252,207); }
td.TdClassName
{
border-color: #06FCCF;
}
.TagClassName
{
border-color: #06FCCF;
}
</style>