Shades of Turquoise Blue #5DCFED
Tints of Turquoise Blue #5DCFED
RGB
CMYK
RGB Variations
Color information
#5DCFED (or 0x5DCFED) is known color: Turquoise Blue. HEX triplet: 5D, CF and ED. RGB value is (93,207,237). Sum of RGB (Red+Green+Blue) = 93+207+237=537 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.32% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #5DCFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCFED is #A23012. Grayscale: #B0B0B0. Windows color (decimal): -10629139 or 15585117. OLE color: 15585117.
HSL color Cylindrical-coordinate representation of color #5DCFED: hue angle of 192.5º degrees, saturation: 0.8, 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 #5DCFED is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 207 | 237 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.07 |
| HSL | 192.5º | 0.8% | 0.65% | - |
| HSV(B) | 192.5º | 0.61% | 0.93% | - |
| XYZ | 42.11 | 53.07 | 88.14 | - |
| YUV | 176.33 | 162.23 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 207 | 237 | 0.61 | 0.13 | 0 | 0.07 | 192.5 | 0.8 | 0.65 |
| Hex | 5D | CF | ED | 3D | D | 0 | 7 | C0 | 50 | 41 |
| Octal | 135 | 317 | 355 | 75 | 15 | 0 | 7 | 300 | 120 | 101 |
| Binary | 1011101 | 11001111 | 11101101 | 111101 | 1101 | 0 | 111 | 11000000 | 1010000 | 1000001 |
Color Harmonies of #5DCFED
Complementary color
Monochromatic Colors of #5DCFED
Black with #5DCFED
Text Example
Text Example
White with #5DCFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCFED; }
p { color: rgb(93,207,237); }
H1.HeaderClassName
{
color: #5DCFED;
}
.AnyTagClassName
{
color: #5DCFED;
}
</style>
background-color css
<style>
a { background-color: #5DCFED; }
a { background-color: rgb(93,207,237); }
div.DivClassName
{
background-color: #5DCFED;
}
.BgClassName
{
background-color: #5DCFED;
}
</style>
border-color css
<style>
span { border-color: #5DCFED; }
span { border-color: rgb(93,207,237); }
td.TdClassName
{
border-color: #5DCFED;
}
.TagClassName
{
border-color: #5DCFED;
}
</style>