Shades of Bright Turquoise #06FBCB
Tints of Bright Turquoise #06FBCB
RGB
CMYK
RGB Variations
Color information
#06FBCB (or 0x06FBCB) is known color: Bright Turquoise. HEX triplet: 06, FB and CB. RGB value is (6,251,203). Sum of RGB (Red+Green+Blue) = 6+251+203=460 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.30% from 460); Green value is 251 (98.44% from 255 or 54.57% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 251 - color contains mainly: green. Hex color #06FBCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06FBCB is #F90434. Grayscale: #ACACAC. Windows color (decimal): -16319541 or 13368070. OLE color: 13368070.
HSL color Cylindrical-coordinate representation of color #06FBCB: hue angle of 168.24º degrees, saturation: 0.97, 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 #06FBCB is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 251 | 203 | - |
| CMYK | 0.98 | 0 | 0.19 | 0.02 |
| HSL | 168.24º | 0.97% | 0.5% | - |
| HSV(B) | 168.24º | 0.98% | 0.98% | - |
| XYZ | 45.35 | 73.34 | 68.27 | - |
| YUV | 172.27 | 145.33 | 9.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 251 | 203 | 0.98 | 0 | 0.19 | 0.02 | 168.24 | 0.97 | 0.5 |
| Hex | 6 | FB | CB | 62 | 0 | 13 | 2 | A8 | 61 | 32 |
| Octal | 6 | 373 | 313 | 142 | 0 | 23 | 2 | 250 | 141 | 62 |
| Binary | 110 | 11111011 | 11001011 | 1100010 | 0 | 10011 | 10 | 10101000 | 1100001 | 110010 |
Color Harmonies of #06FBCB
Complementary color
Monochromatic Colors of #06FBCB
Black with #06FBCB
Text Example
Text Example
White with #06FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FBCB; }
p { color: rgb(6,251,203); }
H1.HeaderClassName
{
color: #06FBCB;
}
.AnyTagClassName
{
color: #06FBCB;
}
</style>
background-color css
<style>
a { background-color: #06FBCB; }
a { background-color: rgb(6,251,203); }
div.DivClassName
{
background-color: #06FBCB;
}
.BgClassName
{
background-color: #06FBCB;
}
</style>
border-color css
<style>
span { border-color: #06FBCB; }
span { border-color: rgb(6,251,203); }
td.TdClassName
{
border-color: #06FBCB;
}
.TagClassName
{
border-color: #06FBCB;
}
</style>