Shades of Turquoise Blue #5DCDEF
Tints of Turquoise Blue #5DCDEF
RGB
CMYK
RGB Variations
Color information
#5DCDEF (or 0x5DCDEF) is known color: Turquoise Blue. HEX triplet: 5D, CD and EF. RGB value is (93,205,239). Sum of RGB (Red+Green+Blue) = 93+205+239=537 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.32% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #5DCDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCDEF is #A23210. Grayscale: #AFAFAF. Windows color (decimal): -10629649 or 15715677. OLE color: 15715677.
HSL color Cylindrical-coordinate representation of color #5DCDEF: hue angle of 193.97º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DCDEF is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 205 | 239 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.06 |
| HSL | 193.97º | 0.82% | 0.65% | - |
| HSV(B) | 193.97º | 0.61% | 0.94% | - |
| XYZ | 41.93 | 52.22 | 89.53 | - |
| YUV | 175.39 | 163.89 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 239 | 0.61 | 0.14 | 0 | 0.06 | 193.97 | 0.82 | 0.65 |
| Hex | 5D | CD | EF | 3D | E | 0 | 6 | C2 | 52 | 41 |
| Octal | 135 | 315 | 357 | 75 | 16 | 0 | 6 | 302 | 122 | 101 |
| Binary | 1011101 | 11001101 | 11101111 | 111101 | 1110 | 0 | 110 | 11000010 | 1010010 | 1000001 |
Color Harmonies of #5DCDEF
Complementary color
Monochromatic Colors of #5DCDEF
Black with #5DCDEF
Text Example
Text Example
White with #5DCDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCDEF; }
p { color: rgb(93,205,239); }
H1.HeaderClassName
{
color: #5DCDEF;
}
.AnyTagClassName
{
color: #5DCDEF;
}
</style>
background-color css
<style>
a { background-color: #5DCDEF; }
a { background-color: rgb(93,205,239); }
div.DivClassName
{
background-color: #5DCDEF;
}
.BgClassName
{
background-color: #5DCDEF;
}
</style>
border-color css
<style>
span { border-color: #5DCDEF; }
span { border-color: rgb(93,205,239); }
td.TdClassName
{
border-color: #5DCDEF;
}
.TagClassName
{
border-color: #5DCDEF;
}
</style>