Shades of Turquoise Blue #5DDBE6
Tints of Turquoise Blue #5DDBE6
RGB
CMYK
RGB Variations
Color information
#5DDBE6 (or 0x5DDBE6) is known color: Turquoise Blue. HEX triplet: 5D, DB and E6. RGB value is (93,219,230). Sum of RGB (Red+Green+Blue) = 93+219+230=542 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.16% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 230 (90.23% from 255 or 42.44% from 542); Max value from RGB is 230 - color contains mainly: blue. Hex color #5DDBE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDBE6 is #A22419. Grayscale: #B6B6B6. Windows color (decimal): -10626074 or 15129437. OLE color: 15129437.
HSL color Cylindrical-coordinate representation of color #5DDBE6: hue angle of 184.82º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DDBE6 is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 93 | 219 | 230 | - |
| CMYK | 0.60 | 0.05 | 0 | 0.10 |
| HSL | 184.82º | 0.73% | 0.63% | - |
| HSV(B) | 184.82º | 0.6% | 0.9% | - |
| XYZ | 44.13 | 58.7 | 83.87 | - |
| YUV | 182.58 | 154.76 | 64.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 219 | 230 | 0.60 | 0.05 | 0 | 0.10 | 184.82 | 0.73 | 0.63 |
| Hex | 5D | DB | E6 | 3C | 5 | 0 | A | B9 | 49 | 3F |
| Octal | 135 | 333 | 346 | 74 | 5 | 0 | 12 | 271 | 111 | 77 |
| Binary | 1011101 | 11011011 | 11100110 | 111100 | 101 | 0 | 1010 | 10111001 | 1001001 | 111111 |
Color Harmonies of #5DDBE6
Complementary color
Monochromatic Colors of #5DDBE6
Black with #5DDBE6
Text Example
Text Example
White with #5DDBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDBE6; }
p { color: rgb(93,219,230); }
H1.HeaderClassName
{
color: #5DDBE6;
}
.AnyTagClassName
{
color: #5DDBE6;
}
</style>
background-color css
<style>
a { background-color: #5DDBE6; }
a { background-color: rgb(93,219,230); }
div.DivClassName
{
background-color: #5DDBE6;
}
.BgClassName
{
background-color: #5DDBE6;
}
</style>
border-color css
<style>
span { border-color: #5DDBE6; }
span { border-color: rgb(93,219,230); }
td.TdClassName
{
border-color: #5DDBE6;
}
.TagClassName
{
border-color: #5DDBE6;
}
</style>