Shades of Turquoise Blue #5DCDF0
Tints of Turquoise Blue #5DCDF0
RGB
CMYK
RGB Variations
Color information
#5DCDF0 (or 0x5DCDF0) is known color: Turquoise Blue. HEX triplet: 5D, CD and F0. RGB value is (93,205,240). Sum of RGB (Red+Green+Blue) = 93+205+240=538 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.29% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #5DCDF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCDF0 is #A2320F. Grayscale: #AFAFAF. Windows color (decimal): -10629648 or 15781213. OLE color: 15781213.
HSL color Cylindrical-coordinate representation of color #5DCDF0: hue angle of 194.29º degrees, saturation: 0.83, 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 #5DCDF0 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 205 | 240 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.06 |
| HSL | 194.29º | 0.83% | 0.65% | - |
| HSV(B) | 194.29º | 0.61% | 0.94% | - |
| XYZ | 42.07 | 52.28 | 90.31 | - |
| YUV | 175.5 | 164.39 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 240 | 0.61 | 0.15 | 0 | 0.06 | 194.29 | 0.83 | 0.65 |
| Hex | 5D | CD | F0 | 3D | F | 0 | 6 | C2 | 53 | 41 |
| Octal | 135 | 315 | 360 | 75 | 17 | 0 | 6 | 302 | 123 | 101 |
| Binary | 1011101 | 11001101 | 11110000 | 111101 | 1111 | 0 | 110 | 11000010 | 1010011 | 1000001 |
Color Harmonies of #5DCDF0
Complementary color
Monochromatic Colors of #5DCDF0
Black with #5DCDF0
Text Example
Text Example
White with #5DCDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCDF0; }
p { color: rgb(93,205,240); }
H1.HeaderClassName
{
color: #5DCDF0;
}
.AnyTagClassName
{
color: #5DCDF0;
}
</style>
background-color css
<style>
a { background-color: #5DCDF0; }
a { background-color: rgb(93,205,240); }
div.DivClassName
{
background-color: #5DCDF0;
}
.BgClassName
{
background-color: #5DCDF0;
}
</style>
border-color css
<style>
span { border-color: #5DCDF0; }
span { border-color: rgb(93,205,240); }
td.TdClassName
{
border-color: #5DCDF0;
}
.TagClassName
{
border-color: #5DCDF0;
}
</style>