Shades of Turquoise Blue #5DCEEB
Tints of Turquoise Blue #5DCEEB
RGB
CMYK
RGB Variations
Color information
#5DCEEB (or 0x5DCEEB) is known color: Turquoise Blue. HEX triplet: 5D, CE and EB. RGB value is (93,206,235). Sum of RGB (Red+Green+Blue) = 93+206+235=534 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.42% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #5DCEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCEEB is #A23114. Grayscale: #AFAFAF. Windows color (decimal): -10629397 or 15453789. OLE color: 15453789.
HSL color Cylindrical-coordinate representation of color #5DCEEB: hue angle of 192.25º 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 #5DCEEB is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 206 | 235 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.08 |
| HSL | 192.25º | 0.78% | 0.64% | - |
| HSV(B) | 192.25º | 0.6% | 0.92% | - |
| XYZ | 41.58 | 52.47 | 86.53 | - |
| YUV | 175.52 | 161.56 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 206 | 235 | 0.60 | 0.12 | 0 | 0.08 | 192.25 | 0.78 | 0.64 |
| Hex | 5D | CE | EB | 3C | C | 0 | 8 | C0 | 4E | 40 |
| Octal | 135 | 316 | 353 | 74 | 14 | 0 | 10 | 300 | 116 | 100 |
| Binary | 1011101 | 11001110 | 11101011 | 111100 | 1100 | 0 | 1000 | 11000000 | 1001110 | 1000000 |
Color Harmonies of #5DCEEB
Complementary color
Monochromatic Colors of #5DCEEB
Black with #5DCEEB
Text Example
Text Example
White with #5DCEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCEEB; }
p { color: rgb(93,206,235); }
H1.HeaderClassName
{
color: #5DCEEB;
}
.AnyTagClassName
{
color: #5DCEEB;
}
</style>
background-color css
<style>
a { background-color: #5DCEEB; }
a { background-color: rgb(93,206,235); }
div.DivClassName
{
background-color: #5DCEEB;
}
.BgClassName
{
background-color: #5DCEEB;
}
</style>
border-color css
<style>
span { border-color: #5DCEEB; }
span { border-color: rgb(93,206,235); }
td.TdClassName
{
border-color: #5DCEEB;
}
.TagClassName
{
border-color: #5DCEEB;
}
</style>