Shades of Turquoise Blue #5BDADC
Tints of Turquoise Blue #5BDADC
RGB
CMYK
RGB Variations
Color information
#5BDADC (or 0x5BDADC) is known color: Turquoise Blue. HEX triplet: 5B, DA and DC. RGB value is (91,218,220). Sum of RGB (Red+Green+Blue) = 91+218+220=529 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.20% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #5BDADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDADC is #A42523. Grayscale: #B4B4B4. Windows color (decimal): -10757412 or 14473819. OLE color: 14473819.
HSL color Cylindrical-coordinate representation of color #5BDADC: hue angle of 180.93º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDADC is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 218 | 220 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.14 |
| HSL | 180.93º | 0.65% | 0.61% | - |
| HSV(B) | 180.93º | 0.59% | 0.86% | - |
| XYZ | 42.3 | 57.53 | 76.59 | - |
| YUV | 180.26 | 150.42 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 218 | 220 | 0.59 | 0.01 | 0 | 0.14 | 180.93 | 0.65 | 0.61 |
| Hex | 5B | DA | DC | 3B | 1 | 0 | E | B5 | 41 | 3D |
| Octal | 133 | 332 | 334 | 73 | 1 | 0 | 16 | 265 | 101 | 75 |
| Binary | 1011011 | 11011010 | 11011100 | 111011 | 1 | 0 | 1110 | 10110101 | 1000001 | 111101 |
Color Harmonies of #5BDADC
Complementary color
Monochromatic Colors of #5BDADC
Black with #5BDADC
Text Example
Text Example
White with #5BDADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDADC; }
p { color: rgb(91,218,220); }
H1.HeaderClassName
{
color: #5BDADC;
}
.AnyTagClassName
{
color: #5BDADC;
}
</style>
background-color css
<style>
a { background-color: #5BDADC; }
a { background-color: rgb(91,218,220); }
div.DivClassName
{
background-color: #5BDADC;
}
.BgClassName
{
background-color: #5BDADC;
}
</style>
border-color css
<style>
span { border-color: #5BDADC; }
span { border-color: rgb(91,218,220); }
td.TdClassName
{
border-color: #5BDADC;
}
.TagClassName
{
border-color: #5BDADC;
}
</style>