Shades of Turquoise #5BF5CB
Tints of Turquoise #5BF5CB
RGB
CMYK
RGB Variations
Color information
#5BF5CB (or 0x5BF5CB) is known color: Turquoise. HEX triplet: 5B, F5 and CB. RGB value is (91,245,203). Sum of RGB (Red+Green+Blue) = 91+245+203=539 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.88% from 539); Green value is 245 (96.09% from 255 or 45.45% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 245 - color contains mainly: green. Hex color #5BF5CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BF5CB is #A40A34. Grayscale: #C2C2C2. Windows color (decimal): -10750517 or 13366619. OLE color: 13366619.
HSL color Cylindrical-coordinate representation of color #5BF5CB: hue angle of 163.64º degrees, saturation: 0.89, 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 #5BF5CB is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 91 | 245 | 203 | - |
| CMYK | 0.63 | 0 | 0.17 | 0.04 |
| HSL | 163.64º | 0.89% | 0.66% | - |
| HSV(B) | 163.64º | 0.63% | 0.96% | - |
| XYZ | 47.75 | 71.84 | 67.85 | - |
| YUV | 194.17 | 132.98 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 245 | 203 | 0.63 | 0 | 0.17 | 0.04 | 163.64 | 0.89 | 0.66 |
| Hex | 5B | F5 | CB | 3F | 0 | 11 | 4 | A4 | 59 | 42 |
| Octal | 133 | 365 | 313 | 77 | 0 | 21 | 4 | 244 | 131 | 102 |
| Binary | 1011011 | 11110101 | 11001011 | 111111 | 0 | 10001 | 100 | 10100100 | 1011001 | 1000010 |
Color Harmonies of #5BF5CB
Complementary color
Monochromatic Colors of #5BF5CB
Black with #5BF5CB
Text Example
Text Example
White with #5BF5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF5CB; }
p { color: rgb(91,245,203); }
H1.HeaderClassName
{
color: #5BF5CB;
}
.AnyTagClassName
{
color: #5BF5CB;
}
</style>
background-color css
<style>
a { background-color: #5BF5CB; }
a { background-color: rgb(91,245,203); }
div.DivClassName
{
background-color: #5BF5CB;
}
.BgClassName
{
background-color: #5BF5CB;
}
</style>
border-color css
<style>
span { border-color: #5BF5CB; }
span { border-color: rgb(91,245,203); }
td.TdClassName
{
border-color: #5BF5CB;
}
.TagClassName
{
border-color: #5BF5CB;
}
</style>