Shades of Turquoise Blue #5CD1EF
Tints of Turquoise Blue #5CD1EF
RGB
CMYK
RGB Variations
Color information
#5CD1EF (or 0x5CD1EF) is known color: Turquoise Blue. HEX triplet: 5C, D1 and EF. RGB value is (92,209,239). Sum of RGB (Red+Green+Blue) = 92+209+239=540 (71% of max value = 765). Red value is 92 (36.33% from 255 or 17.04% from 540); Green value is 209 (82.03% from 255 or 38.70% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #5CD1EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CD1EF is #A32E10. Grayscale: #B1B1B1. Windows color (decimal): -10694161 or 15716700. OLE color: 15716700.
HSL color Cylindrical-coordinate representation of color #5CD1EF: hue angle of 192.24º 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 #5CD1EF is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 209 | 239 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.06 |
| HSL | 192.24º | 0.82% | 0.65% | - |
| HSV(B) | 192.24º | 0.62% | 0.94% | - |
| XYZ | 42.79 | 54.11 | 89.85 | - |
| YUV | 177.44 | 162.74 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 209 | 239 | 0.62 | 0.13 | 0 | 0.06 | 192.24 | 0.82 | 0.65 |
| Hex | 5C | D1 | EF | 3E | D | 0 | 6 | C0 | 52 | 41 |
| Octal | 134 | 321 | 357 | 76 | 15 | 0 | 6 | 300 | 122 | 101 |
| Binary | 1011100 | 11010001 | 11101111 | 111110 | 1101 | 0 | 110 | 11000000 | 1010010 | 1000001 |
Color Harmonies of #5CD1EF
Complementary color
Monochromatic Colors of #5CD1EF
Black with #5CD1EF
Text Example
Text Example
White with #5CD1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD1EF; }
p { color: rgb(92,209,239); }
H1.HeaderClassName
{
color: #5CD1EF;
}
.AnyTagClassName
{
color: #5CD1EF;
}
</style>
background-color css
<style>
a { background-color: #5CD1EF; }
a { background-color: rgb(92,209,239); }
div.DivClassName
{
background-color: #5CD1EF;
}
.BgClassName
{
background-color: #5CD1EF;
}
</style>
border-color css
<style>
span { border-color: #5CD1EF; }
span { border-color: rgb(92,209,239); }
td.TdClassName
{
border-color: #5CD1EF;
}
.TagClassName
{
border-color: #5CD1EF;
}
</style>