Shades of Turquoise #5BF1D3
Tints of Turquoise #5BF1D3
RGB
CMYK
RGB Variations
Color information
#5BF1D3 (or 0x5BF1D3) is known color: Turquoise. HEX triplet: 5B, F1 and D3. RGB value is (91,241,211). Sum of RGB (Red+Green+Blue) = 91+241+211=543 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.76% from 543); Green value is 241 (94.53% from 255 or 44.38% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 241 - color contains mainly: green. Hex color #5BF1D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BF1D3 is #A40E2C. Grayscale: #C0C0C0. Windows color (decimal): -10751533 or 13889883. OLE color: 13889883.
HSL color Cylindrical-coordinate representation of color #5BF1D3: hue angle of 168º degrees, saturation: 0.84, 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 #5BF1D3 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 241 | 211 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.05 |
| HSL | 168º | 0.84% | 0.65% | - |
| HSV(B) | 168º | 0.62% | 0.95% | - |
| XYZ | 47.53 | 69.84 | 72.6 | - |
| YUV | 192.73 | 138.31 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 241 | 211 | 0.62 | 0 | 0.12 | 0.05 | 168 | 0.84 | 0.65 |
| Hex | 5B | F1 | D3 | 3E | 0 | C | 5 | A8 | 54 | 41 |
| Octal | 133 | 361 | 323 | 76 | 0 | 14 | 5 | 250 | 124 | 101 |
| Binary | 1011011 | 11110001 | 11010011 | 111110 | 0 | 1100 | 101 | 10101000 | 1010100 | 1000001 |
Color Harmonies of #5BF1D3
Complementary color
Monochromatic Colors of #5BF1D3
Black with #5BF1D3
Text Example
Text Example
White with #5BF1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF1D3; }
p { color: rgb(91,241,211); }
H1.HeaderClassName
{
color: #5BF1D3;
}
.AnyTagClassName
{
color: #5BF1D3;
}
</style>
background-color css
<style>
a { background-color: #5BF1D3; }
a { background-color: rgb(91,241,211); }
div.DivClassName
{
background-color: #5BF1D3;
}
.BgClassName
{
background-color: #5BF1D3;
}
</style>
border-color css
<style>
span { border-color: #5BF1D3; }
span { border-color: rgb(91,241,211); }
td.TdClassName
{
border-color: #5BF1D3;
}
.TagClassName
{
border-color: #5BF1D3;
}
</style>