Shades of Turquoise Blue #5BDDDE
Tints of Turquoise Blue #5BDDDE
RGB
CMYK
RGB Variations
Color information
#5BDDDE (or 0x5BDDDE) is known color: Turquoise Blue. HEX triplet: 5B, DD and DE. RGB value is (91,221,222). Sum of RGB (Red+Green+Blue) = 91+221+222=534 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.04% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #5BDDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDDDE is #A42221. Grayscale: #B6B6B6. Windows color (decimal): -10756642 or 14605659. OLE color: 14605659.
HSL color Cylindrical-coordinate representation of color #5BDDDE: hue angle of 180.46º 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 #5BDDDE is Cyan = 0.59, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 221 | 222 | - |
| CMYK | 0.59 | 0.00 | 0 | 0.13 |
| HSL | 180.46º | 0.66% | 0.61% | - |
| HSV(B) | 180.46º | 0.59% | 0.87% | - |
| XYZ | 43.36 | 59.21 | 78.25 | - |
| YUV | 182.24 | 150.43 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 221 | 222 | 0.59 | 0.00 | 0 | 0.13 | 180.46 | 0.66 | 0.61 |
| Hex | 5B | DD | DE | 3B | 0 | 0 | D | B4 | 42 | 3D |
| Octal | 133 | 335 | 336 | 73 | 0 | 0 | 15 | 264 | 102 | 75 |
| Binary | 1011011 | 11011101 | 11011110 | 111011 | 0 | 0 | 1101 | 10110100 | 1000010 | 111101 |
Color Harmonies of #5BDDDE
Complementary color
Monochromatic Colors of #5BDDDE
Black with #5BDDDE
Text Example
Text Example
White with #5BDDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDDDE; }
p { color: rgb(91,221,222); }
H1.HeaderClassName
{
color: #5BDDDE;
}
.AnyTagClassName
{
color: #5BDDDE;
}
</style>
background-color css
<style>
a { background-color: #5BDDDE; }
a { background-color: rgb(91,221,222); }
div.DivClassName
{
background-color: #5BDDDE;
}
.BgClassName
{
background-color: #5BDDDE;
}
</style>
border-color css
<style>
span { border-color: #5BDDDE; }
span { border-color: rgb(91,221,222); }
td.TdClassName
{
border-color: #5BDDDE;
}
.TagClassName
{
border-color: #5BDDDE;
}
</style>