Shades of Turquoise Blue #5CD0EF
Tints of Turquoise Blue #5CD0EF
RGB
CMYK
RGB Variations
Color information
#5CD0EF (or 0x5CD0EF) is known color: Turquoise Blue. HEX triplet: 5C, D0 and EF. RGB value is (92,208,239). Sum of RGB (Red+Green+Blue) = 92+208+239=539 (71% of max value = 765). Red value is 92 (36.33% from 255 or 17.07% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #5CD0EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CD0EF is #A32F10. Grayscale: #B0B0B0. Windows color (decimal): -10694417 or 15716444. OLE color: 15716444.
HSL color Cylindrical-coordinate representation of color #5CD0EF: hue angle of 192.65º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CD0EF is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 208 | 239 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.06 |
| HSL | 192.65º | 0.82% | 0.65% | - |
| HSV(B) | 192.65º | 0.62% | 0.94% | - |
| XYZ | 42.55 | 53.62 | 89.77 | - |
| YUV | 176.85 | 163.07 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 208 | 239 | 0.62 | 0.13 | 0 | 0.06 | 192.65 | 0.82 | 0.65 |
| Hex | 5C | D0 | EF | 3E | D | 0 | 6 | C1 | 52 | 41 |
| Octal | 134 | 320 | 357 | 76 | 15 | 0 | 6 | 301 | 122 | 101 |
| Binary | 1011100 | 11010000 | 11101111 | 111110 | 1101 | 0 | 110 | 11000001 | 1010010 | 1000001 |
Color Harmonies of #5CD0EF
Complementary color
Monochromatic Colors of #5CD0EF
Black with #5CD0EF
Text Example
Text Example
White with #5CD0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD0EF; }
p { color: rgb(92,208,239); }
H1.HeaderClassName
{
color: #5CD0EF;
}
.AnyTagClassName
{
color: #5CD0EF;
}
</style>
background-color css
<style>
a { background-color: #5CD0EF; }
a { background-color: rgb(92,208,239); }
div.DivClassName
{
background-color: #5CD0EF;
}
.BgClassName
{
background-color: #5CD0EF;
}
</style>
border-color css
<style>
span { border-color: #5CD0EF; }
span { border-color: rgb(92,208,239); }
td.TdClassName
{
border-color: #5CD0EF;
}
.TagClassName
{
border-color: #5CD0EF;
}
</style>