Shades of Turquoise #5BEED2
Tints of Turquoise #5BEED2
RGB
CMYK
RGB Variations
Color information
#5BEED2 (or 0x5BEED2) is known color: Turquoise. HEX triplet: 5B, EE and D2. RGB value is (91,238,210). Sum of RGB (Red+Green+Blue) = 91+238+210=539 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.88% from 539); Green value is 238 (93.36% from 255 or 44.16% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 238 - color contains mainly: green. Hex color #5BEED2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEED2 is #A4112D. Grayscale: #BEBEBE. Windows color (decimal): -10752302 or 13823579. OLE color: 13823579.
HSL color Cylindrical-coordinate representation of color #5BEED2: hue angle of 168.57º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BEED2 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 238 | 210 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.07 |
| HSL | 168.57º | 0.81% | 0.65% | - |
| HSV(B) | 168.57º | 0.62% | 0.93% | - |
| XYZ | 46.52 | 68.03 | 71.65 | - |
| YUV | 190.86 | 138.8 | 56.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 238 | 210 | 0.62 | 0 | 0.12 | 0.07 | 168.57 | 0.81 | 0.65 |
| Hex | 5B | EE | D2 | 3E | 0 | C | 7 | A9 | 51 | 41 |
| Octal | 133 | 356 | 322 | 76 | 0 | 14 | 7 | 251 | 121 | 101 |
| Binary | 1011011 | 11101110 | 11010010 | 111110 | 0 | 1100 | 111 | 10101001 | 1010001 | 1000001 |
Color Harmonies of #5BEED2
Complementary color
Monochromatic Colors of #5BEED2
Black with #5BEED2
Text Example
Text Example
White with #5BEED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEED2; }
p { color: rgb(91,238,210); }
H1.HeaderClassName
{
color: #5BEED2;
}
.AnyTagClassName
{
color: #5BEED2;
}
</style>
background-color css
<style>
a { background-color: #5BEED2; }
a { background-color: rgb(91,238,210); }
div.DivClassName
{
background-color: #5BEED2;
}
.BgClassName
{
background-color: #5BEED2;
}
</style>
border-color css
<style>
span { border-color: #5BEED2; }
span { border-color: rgb(91,238,210); }
td.TdClassName
{
border-color: #5BEED2;
}
.TagClassName
{
border-color: #5BEED2;
}
</style>