Shades of Turquoise Blue #5DDBDB
Tints of Turquoise Blue #5DDBDB
RGB
CMYK
RGB Variations
Color information
#5DDBDB (or 0x5DDBDB) is known color: Turquoise Blue. HEX triplet: 5D, DB and DB. RGB value is (93,219,219). Sum of RGB (Red+Green+Blue) = 93+219+219=531 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.51% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #5DDBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDBDB is #A22424. Grayscale: #B5B5B5. Windows color (decimal): -10626085 or 14408541. OLE color: 14408541.
HSL color Cylindrical-coordinate representation of color #5DDBDB: hue angle of 180º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDBDB is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 219 | 219 | - |
| CMYK | 0.58 | 0 | 0 | 0.14 |
| HSL | 180º | 0.64% | 0.61% | - |
| HSV(B) | 180º | 0.58% | 0.86% | - |
| XYZ | 42.63 | 58.1 | 75.99 | - |
| YUV | 181.33 | 149.26 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 219 | 219 | 0.58 | 0 | 0 | 0.14 | 180 | 0.64 | 0.61 |
| Hex | 5D | DB | DB | 3A | 0 | 0 | E | B4 | 40 | 3D |
| Octal | 135 | 333 | 333 | 72 | 0 | 0 | 16 | 264 | 100 | 75 |
| Binary | 1011101 | 11011011 | 11011011 | 111010 | 0 | 0 | 1110 | 10110100 | 1000000 | 111101 |
Color Harmonies of #5DDBDB
Complementary color
Monochromatic Colors of #5DDBDB
Black with #5DDBDB
Text Example
Text Example
White with #5DDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDBDB; }
p { color: rgb(93,219,219); }
H1.HeaderClassName
{
color: #5DDBDB;
}
.AnyTagClassName
{
color: #5DDBDB;
}
</style>
background-color css
<style>
a { background-color: #5DDBDB; }
a { background-color: rgb(93,219,219); }
div.DivClassName
{
background-color: #5DDBDB;
}
.BgClassName
{
background-color: #5DDBDB;
}
</style>
border-color css
<style>
span { border-color: #5DDBDB; }
span { border-color: rgb(93,219,219); }
td.TdClassName
{
border-color: #5DDBDB;
}
.TagClassName
{
border-color: #5DDBDB;
}
</style>