Shades of Turquoise Blue #5DCCEF
Tints of Turquoise Blue #5DCCEF
RGB
CMYK
RGB Variations
Color information
#5DCCEF (or 0x5DCCEF) is known color: Turquoise Blue. HEX triplet: 5D, CC and EF. RGB value is (93,204,239). Sum of RGB (Red+Green+Blue) = 93+204+239=536 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.35% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #5DCCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCCEF is #A23310. Grayscale: #AEAEAE. Windows color (decimal): -10629905 or 15715421. OLE color: 15715421.
HSL color Cylindrical-coordinate representation of color #5DCCEF: hue angle of 194.38º degrees, saturation: 0.82, 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 #5DCCEF is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 204 | 239 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.06 |
| HSL | 194.38º | 0.82% | 0.65% | - |
| HSV(B) | 194.38º | 0.61% | 0.94% | - |
| XYZ | 41.69 | 51.74 | 89.45 | - |
| YUV | 174.8 | 164.23 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 204 | 239 | 0.61 | 0.15 | 0 | 0.06 | 194.38 | 0.82 | 0.65 |
| Hex | 5D | CC | EF | 3D | F | 0 | 6 | C2 | 52 | 41 |
| Octal | 135 | 314 | 357 | 75 | 17 | 0 | 6 | 302 | 122 | 101 |
| Binary | 1011101 | 11001100 | 11101111 | 111101 | 1111 | 0 | 110 | 11000010 | 1010010 | 1000001 |
Color Harmonies of #5DCCEF
Complementary color
Monochromatic Colors of #5DCCEF
Black with #5DCCEF
Text Example
Text Example
White with #5DCCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCCEF; }
p { color: rgb(93,204,239); }
H1.HeaderClassName
{
color: #5DCCEF;
}
.AnyTagClassName
{
color: #5DCCEF;
}
</style>
background-color css
<style>
a { background-color: #5DCCEF; }
a { background-color: rgb(93,204,239); }
div.DivClassName
{
background-color: #5DCCEF;
}
.BgClassName
{
background-color: #5DCCEF;
}
</style>
border-color css
<style>
span { border-color: #5DCCEF; }
span { border-color: rgb(93,204,239); }
td.TdClassName
{
border-color: #5DCCEF;
}
.TagClassName
{
border-color: #5DCCEF;
}
</style>