Shades of Bright Turquoise #06FCDF
Tints of Bright Turquoise #06FCDF
RGB
CMYK
RGB Variations
Color information
#06FCDF (or 0x06FCDF) is known color: Bright Turquoise. HEX triplet: 06, FC and DF. RGB value is (6,252,223). Sum of RGB (Red+Green+Blue) = 6+252+223=481 (63% of max value = 765). Red value is 6 (2.73% from 255 or 1.25% from 481); Green value is 252 (98.83% from 255 or 52.39% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 252 - color contains mainly: green. Hex color #06FCDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06FCDF is #F90320. Grayscale: #AFAFAF. Windows color (decimal): -16319265 or 14679046. OLE color: 14679046.
HSL color Cylindrical-coordinate representation of color #06FCDF: hue angle of 172.93º 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 #06FCDF is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 252 | 223 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.01 |
| HSL | 172.93º | 0.98% | 0.51% | - |
| HSV(B) | 172.93º | 0.98% | 0.99% | - |
| XYZ | 48.2 | 74.99 | 81.75 | - |
| YUV | 175.14 | 155 | 7.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 252 | 223 | 0.98 | 0 | 0.12 | 0.01 | 172.93 | 0.98 | 0.51 |
| Hex | 6 | FC | DF | 62 | 0 | C | 1 | AD | 62 | 33 |
| Octal | 6 | 374 | 337 | 142 | 0 | 14 | 1 | 255 | 142 | 63 |
| Binary | 110 | 11111100 | 11011111 | 1100010 | 0 | 1100 | 1 | 10101101 | 1100010 | 110011 |
Color Harmonies of #06FCDF
Complementary color
Monochromatic Colors of #06FCDF
Black with #06FCDF
Text Example
Text Example
White with #06FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FCDF; }
p { color: rgb(6,252,223); }
H1.HeaderClassName
{
color: #06FCDF;
}
.AnyTagClassName
{
color: #06FCDF;
}
</style>
background-color css
<style>
a { background-color: #06FCDF; }
a { background-color: rgb(6,252,223); }
div.DivClassName
{
background-color: #06FCDF;
}
.BgClassName
{
background-color: #06FCDF;
}
</style>
border-color css
<style>
span { border-color: #06FCDF; }
span { border-color: rgb(6,252,223); }
td.TdClassName
{
border-color: #06FCDF;
}
.TagClassName
{
border-color: #06FCDF;
}
</style>