Shades of Turquoise #5BEADA
Tints of Turquoise #5BEADA
RGB
CMYK
RGB Variations
Color information
#5BEADA (or 0x5BEADA) is known color: Turquoise. HEX triplet: 5B, EA and DA. RGB value is (91,234,218). Sum of RGB (Red+Green+Blue) = 91+234+218=543 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.76% from 543); Green value is 234 (91.80% from 255 or 43.09% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 234 - color contains mainly: green. Hex color #5BEADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEADA is #A41525. Grayscale: #BDBDBD. Windows color (decimal): -10753318 or 14346843. OLE color: 14346843.
HSL color Cylindrical-coordinate representation of color #5BEADA: hue angle of 173.29º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BEADA is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 234 | 218 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.08 |
| HSL | 173.29º | 0.77% | 0.64% | - |
| HSV(B) | 173.29º | 0.61% | 0.92% | - |
| XYZ | 46.39 | 66.13 | 76.65 | - |
| YUV | 189.42 | 144.12 | 57.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 234 | 218 | 0.61 | 0 | 0.07 | 0.08 | 173.29 | 0.77 | 0.64 |
| Hex | 5B | EA | DA | 3D | 0 | 7 | 8 | AD | 4D | 40 |
| Octal | 133 | 352 | 332 | 75 | 0 | 7 | 10 | 255 | 115 | 100 |
| Binary | 1011011 | 11101010 | 11011010 | 111101 | 0 | 111 | 1000 | 10101101 | 1001101 | 1000000 |
Color Harmonies of #5BEADA
Complementary color
Monochromatic Colors of #5BEADA
Black with #5BEADA
Text Example
Text Example
White with #5BEADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEADA; }
p { color: rgb(91,234,218); }
H1.HeaderClassName
{
color: #5BEADA;
}
.AnyTagClassName
{
color: #5BEADA;
}
</style>
background-color css
<style>
a { background-color: #5BEADA; }
a { background-color: rgb(91,234,218); }
div.DivClassName
{
background-color: #5BEADA;
}
.BgClassName
{
background-color: #5BEADA;
}
</style>
border-color css
<style>
span { border-color: #5BEADA; }
span { border-color: rgb(91,234,218); }
td.TdClassName
{
border-color: #5BEADA;
}
.TagClassName
{
border-color: #5BEADA;
}
</style>