Shades of Turquoise Blue #5DDBFB
Tints of Turquoise Blue #5DDBFB
RGB
CMYK
RGB Variations
Color information
#5DDBFB (or 0x5DDBFB) is known color: Turquoise Blue. HEX triplet: 5D, DB and FB. RGB value is (93,219,251). Sum of RGB (Red+Green+Blue) = 93+219+251=563 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.52% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #5DDBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDBFB is #A22404. Grayscale: #B8B8B8. Windows color (decimal): -10626053 or 16505693. OLE color: 16505693.
HSL color Cylindrical-coordinate representation of color #5DDBFB: hue angle of 192.15º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DDBFB is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 219 | 251 | - |
| CMYK | 0.63 | 0.13 | 0 | 0.02 |
| HSL | 192.15º | 0.95% | 0.67% | - |
| HSV(B) | 192.15º | 0.63% | 0.98% | - |
| XYZ | 47.26 | 59.96 | 100.35 | - |
| YUV | 184.97 | 165.26 | 62.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 219 | 251 | 0.63 | 0.13 | 0 | 0.02 | 192.15 | 0.95 | 0.67 |
| Hex | 5D | DB | FB | 3F | D | 0 | 2 | C0 | 5F | 43 |
| Octal | 135 | 333 | 373 | 77 | 15 | 0 | 2 | 300 | 137 | 103 |
| Binary | 1011101 | 11011011 | 11111011 | 111111 | 1101 | 0 | 10 | 11000000 | 1011111 | 1000011 |
Color Harmonies of #5DDBFB
Complementary color
Monochromatic Colors of #5DDBFB
Black with #5DDBFB
Text Example
Text Example
White with #5DDBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDBFB; }
p { color: rgb(93,219,251); }
H1.HeaderClassName
{
color: #5DDBFB;
}
.AnyTagClassName
{
color: #5DDBFB;
}
</style>
background-color css
<style>
a { background-color: #5DDBFB; }
a { background-color: rgb(93,219,251); }
div.DivClassName
{
background-color: #5DDBFB;
}
.BgClassName
{
background-color: #5DDBFB;
}
</style>
border-color css
<style>
span { border-color: #5DDBFB; }
span { border-color: rgb(93,219,251); }
td.TdClassName
{
border-color: #5DDBFB;
}
.TagClassName
{
border-color: #5DDBFB;
}
</style>