Shades of Turquoise Blue #5BCADD
Tints of Turquoise Blue #5BCADD
RGB
CMYK
RGB Variations
Color information
#5BCADD (or 0x5BCADD) is known color: Turquoise Blue. HEX triplet: 5B, CA and DD. RGB value is (91,202,221). Sum of RGB (Red+Green+Blue) = 91+202+221=514 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.70% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #5BCADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCADD is #A43522. Grayscale: #AAAAAA. Windows color (decimal): -10761507 or 14535259. OLE color: 14535259.
HSL color Cylindrical-coordinate representation of color #5BCADD: hue angle of 188.77º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BCADD is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 202 | 221 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.13 |
| HSL | 188.77º | 0.66% | 0.61% | - |
| HSV(B) | 188.77º | 0.59% | 0.87% | - |
| XYZ | 38.49 | 49.69 | 75.97 | - |
| YUV | 170.98 | 156.23 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 202 | 221 | 0.59 | 0.09 | 0 | 0.13 | 188.77 | 0.66 | 0.61 |
| Hex | 5B | CA | DD | 3B | 9 | 0 | D | BD | 42 | 3D |
| Octal | 133 | 312 | 335 | 73 | 11 | 0 | 15 | 275 | 102 | 75 |
| Binary | 1011011 | 11001010 | 11011101 | 111011 | 1001 | 0 | 1101 | 10111101 | 1000010 | 111101 |
Color Harmonies of #5BCADD
Complementary color
Monochromatic Colors of #5BCADD
Black with #5BCADD
Text Example
Text Example
White with #5BCADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCADD; }
p { color: rgb(91,202,221); }
H1.HeaderClassName
{
color: #5BCADD;
}
.AnyTagClassName
{
color: #5BCADD;
}
</style>
background-color css
<style>
a { background-color: #5BCADD; }
a { background-color: rgb(91,202,221); }
div.DivClassName
{
background-color: #5BCADD;
}
.BgClassName
{
background-color: #5BCADD;
}
</style>
border-color css
<style>
span { border-color: #5BCADD; }
span { border-color: rgb(91,202,221); }
td.TdClassName
{
border-color: #5BCADD;
}
.TagClassName
{
border-color: #5BCADD;
}
</style>