Shades of Turquoise Blue #5BDEDC
Tints of Turquoise Blue #5BDEDC
RGB
CMYK
RGB Variations
Color information
#5BDEDC (or 0x5BDEDC) is known color: Turquoise Blue. HEX triplet: 5B, DE and DC. RGB value is (91,222,220). Sum of RGB (Red+Green+Blue) = 91+222+220=533 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.07% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #5BDEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDEDC is #A42123. Grayscale: #B6B6B6. Windows color (decimal): -10756388 or 14474843. OLE color: 14474843.
HSL color Cylindrical-coordinate representation of color #5BDEDC: hue angle of 179.08º 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 #5BDEDC is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 222 | 220 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.13 |
| HSL | 179.08º | 0.66% | 0.61% | - |
| HSV(B) | 179.08º | 0.59% | 0.87% | - |
| XYZ | 43.35 | 59.63 | 76.94 | - |
| YUV | 182.6 | 149.1 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 222 | 220 | 0.59 | 0 | 0.01 | 0.13 | 179.08 | 0.66 | 0.61 |
| Hex | 5B | DE | DC | 3B | 0 | 1 | D | B3 | 42 | 3D |
| Octal | 133 | 336 | 334 | 73 | 0 | 1 | 15 | 263 | 102 | 75 |
| Binary | 1011011 | 11011110 | 11011100 | 111011 | 0 | 1 | 1101 | 10110011 | 1000010 | 111101 |
Color Harmonies of #5BDEDC
Complementary color
Monochromatic Colors of #5BDEDC
Black with #5BDEDC
Text Example
Text Example
White with #5BDEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDEDC; }
p { color: rgb(91,222,220); }
H1.HeaderClassName
{
color: #5BDEDC;
}
.AnyTagClassName
{
color: #5BDEDC;
}
</style>
background-color css
<style>
a { background-color: #5BDEDC; }
a { background-color: rgb(91,222,220); }
div.DivClassName
{
background-color: #5BDEDC;
}
.BgClassName
{
background-color: #5BDEDC;
}
</style>
border-color css
<style>
span { border-color: #5BDEDC; }
span { border-color: rgb(91,222,220); }
td.TdClassName
{
border-color: #5BDEDC;
}
.TagClassName
{
border-color: #5BDEDC;
}
</style>