Shades of Turquoise Blue #5DD3EA
Tints of Turquoise Blue #5DD3EA
RGB
CMYK
RGB Variations
Color information
#5DD3EA (or 0x5DD3EA) is known color: Turquoise Blue. HEX triplet: 5D, D3 and EA. RGB value is (93,211,234). Sum of RGB (Red+Green+Blue) = 93+211+234=538 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.29% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #5DD3EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DD3EA is #A22C15. Grayscale: #B2B2B2. Windows color (decimal): -10628118 or 15389533. OLE color: 15389533.
HSL color Cylindrical-coordinate representation of color #5DD3EA: hue angle of 189.79º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DD3EA is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 211 | 234 | - |
| CMYK | 0.60 | 0.10 | 0 | 0.08 |
| HSL | 189.79º | 0.77% | 0.64% | - |
| HSV(B) | 189.79º | 0.6% | 0.92% | - |
| XYZ | 42.66 | 54.86 | 86.18 | - |
| YUV | 178.34 | 159.41 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 211 | 234 | 0.60 | 0.10 | 0 | 0.08 | 189.79 | 0.77 | 0.64 |
| Hex | 5D | D3 | EA | 3C | A | 0 | 8 | BE | 4D | 40 |
| Octal | 135 | 323 | 352 | 74 | 12 | 0 | 10 | 276 | 115 | 100 |
| Binary | 1011101 | 11010011 | 11101010 | 111100 | 1010 | 0 | 1000 | 10111110 | 1001101 | 1000000 |
Color Harmonies of #5DD3EA
Complementary color
Monochromatic Colors of #5DD3EA
Black with #5DD3EA
Text Example
Text Example
White with #5DD3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD3EA; }
p { color: rgb(93,211,234); }
H1.HeaderClassName
{
color: #5DD3EA;
}
.AnyTagClassName
{
color: #5DD3EA;
}
</style>
background-color css
<style>
a { background-color: #5DD3EA; }
a { background-color: rgb(93,211,234); }
div.DivClassName
{
background-color: #5DD3EA;
}
.BgClassName
{
background-color: #5DD3EA;
}
</style>
border-color css
<style>
span { border-color: #5DD3EA; }
span { border-color: rgb(93,211,234); }
td.TdClassName
{
border-color: #5DD3EA;
}
.TagClassName
{
border-color: #5DD3EA;
}
</style>