Shades of Turquoise Blue #5DDEEA
Tints of Turquoise Blue #5DDEEA
RGB
CMYK
RGB Variations
Color information
#5DDEEA (or 0x5DDEEA) is known color: Turquoise Blue. HEX triplet: 5D, DE and EA. RGB value is (93,222,234). Sum of RGB (Red+Green+Blue) = 93+222+234=549 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.94% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #5DDEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDEEA is #A22115. Grayscale: #B8B8B8. Windows color (decimal): -10625302 or 15392349. OLE color: 15392349.
HSL color Cylindrical-coordinate representation of color #5DDEEA: hue angle of 185.11º 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 #5DDEEA is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 222 | 234 | - |
| CMYK | 0.60 | 0.05 | 0 | 0.08 |
| HSL | 185.11º | 0.77% | 0.64% | - |
| HSV(B) | 185.11º | 0.6% | 0.92% | - |
| XYZ | 45.49 | 60.51 | 87.12 | - |
| YUV | 184.8 | 155.76 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 222 | 234 | 0.60 | 0.05 | 0 | 0.08 | 185.11 | 0.77 | 0.64 |
| Hex | 5D | DE | EA | 3C | 5 | 0 | 8 | B9 | 4D | 40 |
| Octal | 135 | 336 | 352 | 74 | 5 | 0 | 10 | 271 | 115 | 100 |
| Binary | 1011101 | 11011110 | 11101010 | 111100 | 101 | 0 | 1000 | 10111001 | 1001101 | 1000000 |
Color Harmonies of #5DDEEA
Complementary color
Monochromatic Colors of #5DDEEA
Black with #5DDEEA
Text Example
Text Example
White with #5DDEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDEEA; }
p { color: rgb(93,222,234); }
H1.HeaderClassName
{
color: #5DDEEA;
}
.AnyTagClassName
{
color: #5DDEEA;
}
</style>
background-color css
<style>
a { background-color: #5DDEEA; }
a { background-color: rgb(93,222,234); }
div.DivClassName
{
background-color: #5DDEEA;
}
.BgClassName
{
background-color: #5DDEEA;
}
</style>
border-color css
<style>
span { border-color: #5DDEEA; }
span { border-color: rgb(93,222,234); }
td.TdClassName
{
border-color: #5DDEEA;
}
.TagClassName
{
border-color: #5DDEEA;
}
</style>