Shades of Turquoise Blue #5DDCEA
Tints of Turquoise Blue #5DDCEA
RGB
CMYK
RGB Variations
Color information
#5DDCEA (or 0x5DDCEA) is known color: Turquoise Blue. HEX triplet: 5D, DC and EA. RGB value is (93,220,234). Sum of RGB (Red+Green+Blue) = 93+220+234=547 (72% of max value = 765). Red value is 93 (36.72% from 255 or 17.00% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #5DDCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDCEA is #A22315. Grayscale: #B7B7B7. Windows color (decimal): -10625814 or 15391837. OLE color: 15391837.
HSL color Cylindrical-coordinate representation of color #5DDCEA: hue angle of 185.96º 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 #5DDCEA is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 220 | 234 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.08 |
| HSL | 185.96º | 0.77% | 0.64% | - |
| HSV(B) | 185.96º | 0.6% | 0.92% | - |
| XYZ | 44.96 | 59.45 | 86.95 | - |
| YUV | 183.62 | 156.42 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 220 | 234 | 0.60 | 0.06 | 0 | 0.08 | 185.96 | 0.77 | 0.64 |
| Hex | 5D | DC | EA | 3C | 6 | 0 | 8 | BA | 4D | 40 |
| Octal | 135 | 334 | 352 | 74 | 6 | 0 | 10 | 272 | 115 | 100 |
| Binary | 1011101 | 11011100 | 11101010 | 111100 | 110 | 0 | 1000 | 10111010 | 1001101 | 1000000 |
Color Harmonies of #5DDCEA
Complementary color
Monochromatic Colors of #5DDCEA
Black with #5DDCEA
Text Example
Text Example
White with #5DDCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDCEA; }
p { color: rgb(93,220,234); }
H1.HeaderClassName
{
color: #5DDCEA;
}
.AnyTagClassName
{
color: #5DDCEA;
}
</style>
background-color css
<style>
a { background-color: #5DDCEA; }
a { background-color: rgb(93,220,234); }
div.DivClassName
{
background-color: #5DDCEA;
}
.BgClassName
{
background-color: #5DDCEA;
}
</style>
border-color css
<style>
span { border-color: #5DDCEA; }
span { border-color: rgb(93,220,234); }
td.TdClassName
{
border-color: #5DDCEA;
}
.TagClassName
{
border-color: #5DDCEA;
}
</style>