Shades of Turquoise Blue #5DCCE6
Tints of Turquoise Blue #5DCCE6
RGB
CMYK
RGB Variations
Color information
#5DCCE6 (or 0x5DCCE6) is known color: Turquoise Blue. HEX triplet: 5D, CC and E6. RGB value is (93,204,230). Sum of RGB (Red+Green+Blue) = 93+204+230=527 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.65% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 230 (90.23% from 255 or 43.64% from 527); Max value from RGB is 230 - color contains mainly: blue. Hex color #5DCCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCCE6 is #A23319. Grayscale: #ADADAD. Windows color (decimal): -10629914 or 15125597. OLE color: 15125597.
HSL color Cylindrical-coordinate representation of color #5DCCE6: hue angle of 191.39º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DCCE6 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 93 | 204 | 230 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.10 |
| HSL | 191.39º | 0.73% | 0.63% | - |
| HSV(B) | 191.39º | 0.6% | 0.9% | - |
| XYZ | 40.39 | 51.23 | 82.62 | - |
| YUV | 173.78 | 159.73 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 204 | 230 | 0.60 | 0.11 | 0 | 0.10 | 191.39 | 0.73 | 0.63 |
| Hex | 5D | CC | E6 | 3C | B | 0 | A | BF | 49 | 3F |
| Octal | 135 | 314 | 346 | 74 | 13 | 0 | 12 | 277 | 111 | 77 |
| Binary | 1011101 | 11001100 | 11100110 | 111100 | 1011 | 0 | 1010 | 10111111 | 1001001 | 111111 |
Color Harmonies of #5DCCE6
Complementary color
Monochromatic Colors of #5DCCE6
Black with #5DCCE6
Text Example
Text Example
White with #5DCCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCCE6; }
p { color: rgb(93,204,230); }
H1.HeaderClassName
{
color: #5DCCE6;
}
.AnyTagClassName
{
color: #5DCCE6;
}
</style>
background-color css
<style>
a { background-color: #5DCCE6; }
a { background-color: rgb(93,204,230); }
div.DivClassName
{
background-color: #5DCCE6;
}
.BgClassName
{
background-color: #5DCCE6;
}
</style>
border-color css
<style>
span { border-color: #5DCCE6; }
span { border-color: rgb(93,204,230); }
td.TdClassName
{
border-color: #5DCCE6;
}
.TagClassName
{
border-color: #5DCCE6;
}
</style>