Shades of Turquoise Blue #5DDAFA
Tints of Turquoise Blue #5DDAFA
RGB
CMYK
RGB Variations
Color information
#5DDAFA (or 0x5DDAFA) is known color: Turquoise Blue. HEX triplet: 5D, DA and FA. RGB value is (93,218,250). Sum of RGB (Red+Green+Blue) = 93+218+250=561 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.58% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #5DDAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDAFA is #A22505. Grayscale: #B8B8B8. Windows color (decimal): -10626310 or 16439901. OLE color: 16439901.
HSL color Cylindrical-coordinate representation of color #5DDAFA: hue angle of 192.23º degrees, saturation: 0.94, 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 #5DDAFA is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 218 | 250 | - |
| CMYK | 0.63 | 0.13 | 0 | 0.02 |
| HSL | 192.23º | 0.94% | 0.67% | - |
| HSV(B) | 192.23º | 0.63% | 0.98% | - |
| XYZ | 46.84 | 59.37 | 99.43 | - |
| YUV | 184.27 | 165.09 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 218 | 250 | 0.63 | 0.13 | 0 | 0.02 | 192.23 | 0.94 | 0.67 |
| Hex | 5D | DA | FA | 3F | D | 0 | 2 | C0 | 5E | 43 |
| Octal | 135 | 332 | 372 | 77 | 15 | 0 | 2 | 300 | 136 | 103 |
| Binary | 1011101 | 11011010 | 11111010 | 111111 | 1101 | 0 | 10 | 11000000 | 1011110 | 1000011 |
Color Harmonies of #5DDAFA
Complementary color
Monochromatic Colors of #5DDAFA
Black with #5DDAFA
Text Example
Text Example
White with #5DDAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDAFA; }
p { color: rgb(93,218,250); }
H1.HeaderClassName
{
color: #5DDAFA;
}
.AnyTagClassName
{
color: #5DDAFA;
}
</style>
background-color css
<style>
a { background-color: #5DDAFA; }
a { background-color: rgb(93,218,250); }
div.DivClassName
{
background-color: #5DDAFA;
}
.BgClassName
{
background-color: #5DDAFA;
}
</style>
border-color css
<style>
span { border-color: #5DDAFA; }
span { border-color: rgb(93,218,250); }
td.TdClassName
{
border-color: #5DDAFA;
}
.TagClassName
{
border-color: #5DDAFA;
}
</style>