Shades of Turquoise Blue #5DCDEE
Tints of Turquoise Blue #5DCDEE
RGB
CMYK
RGB Variations
Color information
#5DCDEE (or 0x5DCDEE) is known color: Turquoise Blue. HEX triplet: 5D, CD and EE. RGB value is (93,205,238). Sum of RGB (Red+Green+Blue) = 93+205+238=536 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.35% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #5DCDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCDEE is #A23211. Grayscale: #AFAFAF. Windows color (decimal): -10629650 or 15650141. OLE color: 15650141.
HSL color Cylindrical-coordinate representation of color #5DCDEE: hue angle of 193.66º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DCDEE is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 205 | 238 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.07 |
| HSL | 193.66º | 0.81% | 0.65% | - |
| HSV(B) | 193.66º | 0.61% | 0.93% | - |
| XYZ | 41.78 | 52.16 | 88.76 | - |
| YUV | 175.27 | 163.39 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 238 | 0.61 | 0.14 | 0 | 0.07 | 193.66 | 0.81 | 0.65 |
| Hex | 5D | CD | EE | 3D | E | 0 | 7 | C2 | 51 | 41 |
| Octal | 135 | 315 | 356 | 75 | 16 | 0 | 7 | 302 | 121 | 101 |
| Binary | 1011101 | 11001101 | 11101110 | 111101 | 1110 | 0 | 111 | 11000010 | 1010001 | 1000001 |
Color Harmonies of #5DCDEE
Complementary color
Monochromatic Colors of #5DCDEE
Black with #5DCDEE
Text Example
Text Example
White with #5DCDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCDEE; }
p { color: rgb(93,205,238); }
H1.HeaderClassName
{
color: #5DCDEE;
}
.AnyTagClassName
{
color: #5DCDEE;
}
</style>
background-color css
<style>
a { background-color: #5DCDEE; }
a { background-color: rgb(93,205,238); }
div.DivClassName
{
background-color: #5DCDEE;
}
.BgClassName
{
background-color: #5DCDEE;
}
</style>
border-color css
<style>
span { border-color: #5DCDEE; }
span { border-color: rgb(93,205,238); }
td.TdClassName
{
border-color: #5DCDEE;
}
.TagClassName
{
border-color: #5DCDEE;
}
</style>