Shades of Turquoise #5BF2CC
Tints of Turquoise #5BF2CC
RGB
CMYK
RGB Variations
Color information
#5BF2CC (or 0x5BF2CC) is known color: Turquoise. HEX triplet: 5B, F2 and CC. RGB value is (91,242,204). Sum of RGB (Red+Green+Blue) = 91+242+204=537 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.95% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #5BF2CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BF2CC is #A40D33. Grayscale: #C0C0C0. Windows color (decimal): -10751284 or 13431387. OLE color: 13431387.
HSL color Cylindrical-coordinate representation of color #5BF2CC: hue angle of 164.9º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BF2CC is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 242 | 204 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.05 |
| HSL | 164.9º | 0.85% | 0.65% | - |
| HSV(B) | 164.9º | 0.62% | 0.95% | - |
| XYZ | 46.97 | 70.09 | 68.18 | - |
| YUV | 192.52 | 134.47 | 55.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 242 | 204 | 0.62 | 0 | 0.16 | 0.05 | 164.9 | 0.85 | 0.65 |
| Hex | 5B | F2 | CC | 3E | 0 | 10 | 5 | A5 | 55 | 41 |
| Octal | 133 | 362 | 314 | 76 | 0 | 20 | 5 | 245 | 125 | 101 |
| Binary | 1011011 | 11110010 | 11001100 | 111110 | 0 | 10000 | 101 | 10100101 | 1010101 | 1000001 |
Color Harmonies of #5BF2CC
Complementary color
Monochromatic Colors of #5BF2CC
Black with #5BF2CC
Text Example
Text Example
White with #5BF2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF2CC; }
p { color: rgb(91,242,204); }
H1.HeaderClassName
{
color: #5BF2CC;
}
.AnyTagClassName
{
color: #5BF2CC;
}
</style>
background-color css
<style>
a { background-color: #5BF2CC; }
a { background-color: rgb(91,242,204); }
div.DivClassName
{
background-color: #5BF2CC;
}
.BgClassName
{
background-color: #5BF2CC;
}
</style>
border-color css
<style>
span { border-color: #5BF2CC; }
span { border-color: rgb(91,242,204); }
td.TdClassName
{
border-color: #5BF2CC;
}
.TagClassName
{
border-color: #5BF2CC;
}
</style>