Shades of Bright Turquoise #06F9CC
Tints of Bright Turquoise #06F9CC
RGB
CMYK
RGB Variations
Color information
#06F9CC (or 0x06F9CC) is known color: Bright Turquoise. HEX triplet: 06, F9 and CC. RGB value is (6,249,204). Sum of RGB (Red+Green+Blue) = 6+249+204=459 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.31% from 459); Green value is 249 (97.66% from 255 or 54.25% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 249 - color contains mainly: green. Hex color #06F9CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06F9CC is #F90633. Grayscale: #ABABAB. Windows color (decimal): -16320052 or 13433094. OLE color: 13433094.
HSL color Cylindrical-coordinate representation of color #06F9CC: hue angle of 168.89º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06F9CC is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 249 | 204 | - |
| CMYK | 0.98 | 0 | 0.18 | 0.02 |
| HSL | 168.89º | 0.95% | 0.5% | - |
| HSV(B) | 168.89º | 0.98% | 0.98% | - |
| XYZ | 44.85 | 72.15 | 68.69 | - |
| YUV | 171.21 | 146.49 | 10.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 249 | 204 | 0.98 | 0 | 0.18 | 0.02 | 168.89 | 0.95 | 0.5 |
| Hex | 6 | F9 | CC | 62 | 0 | 12 | 2 | A9 | 5F | 32 |
| Octal | 6 | 371 | 314 | 142 | 0 | 22 | 2 | 251 | 137 | 62 |
| Binary | 110 | 11111001 | 11001100 | 1100010 | 0 | 10010 | 10 | 10101001 | 1011111 | 110010 |
Color Harmonies of #06F9CC
Complementary color
Monochromatic Colors of #06F9CC
Black with #06F9CC
Text Example
Text Example
White with #06F9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F9CC; }
p { color: rgb(6,249,204); }
H1.HeaderClassName
{
color: #06F9CC;
}
.AnyTagClassName
{
color: #06F9CC;
}
</style>
background-color css
<style>
a { background-color: #06F9CC; }
a { background-color: rgb(6,249,204); }
div.DivClassName
{
background-color: #06F9CC;
}
.BgClassName
{
background-color: #06F9CC;
}
</style>
border-color css
<style>
span { border-color: #06F9CC; }
span { border-color: rgb(6,249,204); }
td.TdClassName
{
border-color: #06F9CC;
}
.TagClassName
{
border-color: #06F9CC;
}
</style>