Shades of Turquoise Blue #5DCFEB
Tints of Turquoise Blue #5DCFEB
RGB
CMYK
RGB Variations
Color information
#5DCFEB (or 0x5DCFEB) is known color: Turquoise Blue. HEX triplet: 5D, CF and EB. RGB value is (93,207,235). Sum of RGB (Red+Green+Blue) = 93+207+235=535 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.38% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #5DCFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCFEB is #A23014. Grayscale: #AFAFAF. Windows color (decimal): -10629141 or 15454045. OLE color: 15454045.
HSL color Cylindrical-coordinate representation of color #5DCFEB: hue angle of 191.83º degrees, saturation: 0.78, 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 #5DCFEB is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 207 | 235 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.08 |
| HSL | 191.83º | 0.78% | 0.64% | - |
| HSV(B) | 191.83º | 0.6% | 0.92% | - |
| XYZ | 41.82 | 52.95 | 86.61 | - |
| YUV | 176.11 | 161.23 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 207 | 235 | 0.60 | 0.12 | 0 | 0.08 | 191.83 | 0.78 | 0.64 |
| Hex | 5D | CF | EB | 3C | C | 0 | 8 | C0 | 4E | 40 |
| Octal | 135 | 317 | 353 | 74 | 14 | 0 | 10 | 300 | 116 | 100 |
| Binary | 1011101 | 11001111 | 11101011 | 111100 | 1100 | 0 | 1000 | 11000000 | 1001110 | 1000000 |
Color Harmonies of #5DCFEB
Complementary color
Monochromatic Colors of #5DCFEB
Black with #5DCFEB
Text Example
Text Example
White with #5DCFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCFEB; }
p { color: rgb(93,207,235); }
H1.HeaderClassName
{
color: #5DCFEB;
}
.AnyTagClassName
{
color: #5DCFEB;
}
</style>
background-color css
<style>
a { background-color: #5DCFEB; }
a { background-color: rgb(93,207,235); }
div.DivClassName
{
background-color: #5DCFEB;
}
.BgClassName
{
background-color: #5DCFEB;
}
</style>
border-color css
<style>
span { border-color: #5DCFEB; }
span { border-color: rgb(93,207,235); }
td.TdClassName
{
border-color: #5DCFEB;
}
.TagClassName
{
border-color: #5DCFEB;
}
</style>