Shades of Turquoise #5BF6CB
Tints of Turquoise #5BF6CB
RGB
CMYK
RGB Variations
Color information
#5BF6CB (or 0x5BF6CB) is known color: Turquoise. HEX triplet: 5B, F6 and CB. RGB value is (91,246,203). Sum of RGB (Red+Green+Blue) = 91+246+203=540 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.85% from 540); Green value is 246 (96.48% from 255 or 45.56% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 246 - color contains mainly: green. Hex color #5BF6CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BF6CB is #A40934. Grayscale: #C2C2C2. Windows color (decimal): -10750261 or 13366875. OLE color: 13366875.
HSL color Cylindrical-coordinate representation of color #5BF6CB: hue angle of 163.35º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BF6CB is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 91 | 246 | 203 | - |
| CMYK | 0.63 | 0 | 0.17 | 0.04 |
| HSL | 163.35º | 0.9% | 0.66% | - |
| HSV(B) | 163.35º | 0.63% | 0.96% | - |
| XYZ | 48.05 | 72.45 | 67.95 | - |
| YUV | 194.75 | 132.65 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 246 | 203 | 0.63 | 0 | 0.17 | 0.04 | 163.35 | 0.9 | 0.66 |
| Hex | 5B | F6 | CB | 3F | 0 | 11 | 4 | A3 | 5A | 42 |
| Octal | 133 | 366 | 313 | 77 | 0 | 21 | 4 | 243 | 132 | 102 |
| Binary | 1011011 | 11110110 | 11001011 | 111111 | 0 | 10001 | 100 | 10100011 | 1011010 | 1000010 |
Color Harmonies of #5BF6CB
Complementary color
Monochromatic Colors of #5BF6CB
Black with #5BF6CB
Text Example
Text Example
White with #5BF6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF6CB; }
p { color: rgb(91,246,203); }
H1.HeaderClassName
{
color: #5BF6CB;
}
.AnyTagClassName
{
color: #5BF6CB;
}
</style>
background-color css
<style>
a { background-color: #5BF6CB; }
a { background-color: rgb(91,246,203); }
div.DivClassName
{
background-color: #5BF6CB;
}
.BgClassName
{
background-color: #5BF6CB;
}
</style>
border-color css
<style>
span { border-color: #5BF6CB; }
span { border-color: rgb(91,246,203); }
td.TdClassName
{
border-color: #5BF6CB;
}
.TagClassName
{
border-color: #5BF6CB;
}
</style>