Shades of Turquoise Blue #5DDAFD
Tints of Turquoise Blue #5DDAFD
RGB
CMYK
RGB Variations
Color information
#5DDAFD (or 0x5DDAFD) is known color: Turquoise Blue. HEX triplet: 5D, DA and FD. RGB value is (93,218,253). Sum of RGB (Red+Green+Blue) = 93+218+253=564 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.49% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #5DDAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDAFD is #A22502. Grayscale: #B8B8B8. Windows color (decimal): -10626307 or 16636509. OLE color: 16636509.
HSL color Cylindrical-coordinate representation of color #5DDAFD: hue angle of 193.12º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DDAFD is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 218 | 253 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.01 |
| HSL | 193.13º | 0.98% | 0.68% | - |
| HSV(B) | 193.13º | 0.63% | 0.99% | - |
| XYZ | 47.32 | 59.56 | 101.93 | - |
| YUV | 184.62 | 166.59 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 218 | 253 | 0.63 | 0.14 | 0 | 0.01 | 193.13 | 0.98 | 0.68 |
| Hex | 5D | DA | FD | 3F | E | 0 | 1 | C1 | 62 | 44 |
| Octal | 135 | 332 | 375 | 77 | 16 | 0 | 1 | 301 | 142 | 104 |
| Binary | 1011101 | 11011010 | 11111101 | 111111 | 1110 | 0 | 1 | 11000001 | 1100010 | 1000100 |
Color Harmonies of #5DDAFD
Complementary color
Monochromatic Colors of #5DDAFD
Black with #5DDAFD
Text Example
Text Example
White with #5DDAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDAFD; }
p { color: rgb(93,218,253); }
H1.HeaderClassName
{
color: #5DDAFD;
}
.AnyTagClassName
{
color: #5DDAFD;
}
</style>
background-color css
<style>
a { background-color: #5DDAFD; }
a { background-color: rgb(93,218,253); }
div.DivClassName
{
background-color: #5DDAFD;
}
.BgClassName
{
background-color: #5DDAFD;
}
</style>
border-color css
<style>
span { border-color: #5DDAFD; }
span { border-color: rgb(93,218,253); }
td.TdClassName
{
border-color: #5DDAFD;
}
.TagClassName
{
border-color: #5DDAFD;
}
</style>