Shades of Turquoise Blue #5BC9DD
Tints of Turquoise Blue #5BC9DD
RGB
CMYK
RGB Variations
Color information
#5BC9DD (or 0x5BC9DD) is known color: Turquoise Blue. HEX triplet: 5B, C9 and DD. RGB value is (91,201,221). Sum of RGB (Red+Green+Blue) = 91+201+221=513 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.74% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #5BC9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC9DD is #A43622. Grayscale: #AAAAAA. Windows color (decimal): -10761763 or 14535003. OLE color: 14535003.
HSL color Cylindrical-coordinate representation of color #5BC9DD: hue angle of 189.23º 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 #5BC9DD is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 201 | 221 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.13 |
| HSL | 189.23º | 0.66% | 0.61% | - |
| HSV(B) | 189.23º | 0.59% | 0.87% | - |
| XYZ | 38.25 | 49.22 | 75.89 | - |
| YUV | 170.39 | 156.56 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 201 | 221 | 0.59 | 0.09 | 0 | 0.13 | 189.23 | 0.66 | 0.61 |
| Hex | 5B | C9 | DD | 3B | 9 | 0 | D | BD | 42 | 3D |
| Octal | 133 | 311 | 335 | 73 | 11 | 0 | 15 | 275 | 102 | 75 |
| Binary | 1011011 | 11001001 | 11011101 | 111011 | 1001 | 0 | 1101 | 10111101 | 1000010 | 111101 |
Color Harmonies of #5BC9DD
Complementary color
Monochromatic Colors of #5BC9DD
Black with #5BC9DD
Text Example
Text Example
White with #5BC9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC9DD; }
p { color: rgb(91,201,221); }
H1.HeaderClassName
{
color: #5BC9DD;
}
.AnyTagClassName
{
color: #5BC9DD;
}
</style>
background-color css
<style>
a { background-color: #5BC9DD; }
a { background-color: rgb(91,201,221); }
div.DivClassName
{
background-color: #5BC9DD;
}
.BgClassName
{
background-color: #5BC9DD;
}
</style>
border-color css
<style>
span { border-color: #5BC9DD; }
span { border-color: rgb(91,201,221); }
td.TdClassName
{
border-color: #5BC9DD;
}
.TagClassName
{
border-color: #5BC9DD;
}
</style>