Shades of Turquoise Blue #5DDDFA
Tints of Turquoise Blue #5DDDFA
RGB
CMYK
RGB Variations
Color information
#5DDDFA (or 0x5DDDFA) is known color: Turquoise Blue. HEX triplet: 5D, DD and FA. RGB value is (93,221,250). Sum of RGB (Red+Green+Blue) = 93+221+250=564 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.49% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #5DDDFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDDFA is #A22205. Grayscale: #B9B9B9. Windows color (decimal): -10625542 or 16440669. OLE color: 16440669.
HSL color Cylindrical-coordinate representation of color #5DDDFA: hue angle of 191.08º 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 #5DDDFA is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 221 | 250 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.02 |
| HSL | 191.08º | 0.94% | 0.67% | - |
| HSV(B) | 191.08º | 0.63% | 0.98% | - |
| XYZ | 47.63 | 60.94 | 99.7 | - |
| YUV | 186.03 | 164.09 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 221 | 250 | 0.63 | 0.12 | 0 | 0.02 | 191.08 | 0.94 | 0.67 |
| Hex | 5D | DD | FA | 3F | C | 0 | 2 | BF | 5E | 43 |
| Octal | 135 | 335 | 372 | 77 | 14 | 0 | 2 | 277 | 136 | 103 |
| Binary | 1011101 | 11011101 | 11111010 | 111111 | 1100 | 0 | 10 | 10111111 | 1011110 | 1000011 |
Color Harmonies of #5DDDFA
Complementary color
Monochromatic Colors of #5DDDFA
Black with #5DDDFA
Text Example
Text Example
White with #5DDDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDDFA; }
p { color: rgb(93,221,250); }
H1.HeaderClassName
{
color: #5DDDFA;
}
.AnyTagClassName
{
color: #5DDDFA;
}
</style>
background-color css
<style>
a { background-color: #5DDDFA; }
a { background-color: rgb(93,221,250); }
div.DivClassName
{
background-color: #5DDDFA;
}
.BgClassName
{
background-color: #5DDDFA;
}
</style>
border-color css
<style>
span { border-color: #5DDDFA; }
span { border-color: rgb(93,221,250); }
td.TdClassName
{
border-color: #5DDDFA;
}
.TagClassName
{
border-color: #5DDDFA;
}
</style>