Shades of Bright Turquoise #06FCDB
Tints of Bright Turquoise #06FCDB
RGB
CMYK
RGB Variations
Color information
#06FCDB (or 0x06FCDB) is known color: Bright Turquoise. HEX triplet: 06, FC and DB. RGB value is (6,252,219). Sum of RGB (Red+Green+Blue) = 6+252+219=477 (63% of max value = 765). Red value is 6 (2.73% from 255 or 1.26% from 477); Green value is 252 (98.83% from 255 or 52.83% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 252 - color contains mainly: green. Hex color #06FCDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06FCDB is #F90324. Grayscale: #AEAEAE. Windows color (decimal): -16319269 or 14416902. OLE color: 14416902.
HSL color Cylindrical-coordinate representation of color #06FCDB: hue angle of 171.95º 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 #06FCDB is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 252 | 219 | - |
| CMYK | 0.98 | 0 | 0.13 | 0.01 |
| HSL | 171.95º | 0.98% | 0.51% | - |
| HSV(B) | 171.95º | 0.98% | 0.99% | - |
| XYZ | 47.67 | 74.77 | 78.94 | - |
| YUV | 174.68 | 153 | 7.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 252 | 219 | 0.98 | 0 | 0.13 | 0.01 | 171.95 | 0.98 | 0.51 |
| Hex | 6 | FC | DB | 62 | 0 | D | 1 | AC | 62 | 33 |
| Octal | 6 | 374 | 333 | 142 | 0 | 15 | 1 | 254 | 142 | 63 |
| Binary | 110 | 11111100 | 11011011 | 1100010 | 0 | 1101 | 1 | 10101100 | 1100010 | 110011 |
Color Harmonies of #06FCDB
Complementary color
Monochromatic Colors of #06FCDB
Black with #06FCDB
Text Example
Text Example
White with #06FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FCDB; }
p { color: rgb(6,252,219); }
H1.HeaderClassName
{
color: #06FCDB;
}
.AnyTagClassName
{
color: #06FCDB;
}
</style>
background-color css
<style>
a { background-color: #06FCDB; }
a { background-color: rgb(6,252,219); }
div.DivClassName
{
background-color: #06FCDB;
}
.BgClassName
{
background-color: #06FCDB;
}
</style>
border-color css
<style>
span { border-color: #06FCDB; }
span { border-color: rgb(6,252,219); }
td.TdClassName
{
border-color: #06FCDB;
}
.TagClassName
{
border-color: #06FCDB;
}
</style>