Shades of Turquoise Blue #5CD3EF
Tints of Turquoise Blue #5CD3EF
RGB
CMYK
RGB Variations
Color information
#5CD3EF (or 0x5CD3EF) is known color: Turquoise Blue. HEX triplet: 5C, D3 and EF. RGB value is (92,211,239). Sum of RGB (Red+Green+Blue) = 92+211+239=542 (71% of max value = 765). Red value is 92 (36.33% from 255 or 16.97% from 542); Green value is 211 (82.81% from 255 or 38.93% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #5CD3EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CD3EF is #A32C10. Grayscale: #B2B2B2. Windows color (decimal): -10693649 or 15717212. OLE color: 15717212.
HSL color Cylindrical-coordinate representation of color #5CD3EF: hue angle of 191.43º 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 #5CD3EF is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 211 | 239 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.06 |
| HSL | 191.43º | 0.82% | 0.65% | - |
| HSV(B) | 191.43º | 0.62% | 0.94% | - |
| XYZ | 43.29 | 55.1 | 90.01 | - |
| YUV | 178.61 | 162.08 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 211 | 239 | 0.62 | 0.12 | 0 | 0.06 | 191.43 | 0.82 | 0.65 |
| Hex | 5C | D3 | EF | 3E | C | 0 | 6 | BF | 52 | 41 |
| Octal | 134 | 323 | 357 | 76 | 14 | 0 | 6 | 277 | 122 | 101 |
| Binary | 1011100 | 11010011 | 11101111 | 111110 | 1100 | 0 | 110 | 10111111 | 1010010 | 1000001 |
Color Harmonies of #5CD3EF
Complementary color
Monochromatic Colors of #5CD3EF
Black with #5CD3EF
Text Example
Text Example
White with #5CD3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD3EF; }
p { color: rgb(92,211,239); }
H1.HeaderClassName
{
color: #5CD3EF;
}
.AnyTagClassName
{
color: #5CD3EF;
}
</style>
background-color css
<style>
a { background-color: #5CD3EF; }
a { background-color: rgb(92,211,239); }
div.DivClassName
{
background-color: #5CD3EF;
}
.BgClassName
{
background-color: #5CD3EF;
}
</style>
border-color css
<style>
span { border-color: #5CD3EF; }
span { border-color: rgb(92,211,239); }
td.TdClassName
{
border-color: #5CD3EF;
}
.TagClassName
{
border-color: #5CD3EF;
}
</style>