Shades of Turquoise Blue #5CCCED
Tints of Turquoise Blue #5CCCED
RGB
CMYK
RGB Variations
Color information
#5CCCED (or 0x5CCCED) is known color: Turquoise Blue. HEX triplet: 5C, CC and ED. RGB value is (92,204,237). Sum of RGB (Red+Green+Blue) = 92+204+237=533 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.26% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #5CCCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CCCED is #A33312. Grayscale: #AEAEAE. Windows color (decimal): -10695443 or 15584348. OLE color: 15584348.
HSL color Cylindrical-coordinate representation of color #5CCCED: hue angle of 193.66º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CCCED is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 204 | 237 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.07 |
| HSL | 193.66º | 0.8% | 0.65% | - |
| HSV(B) | 193.66º | 0.61% | 0.93% | - |
| XYZ | 41.29 | 51.58 | 87.9 | - |
| YUV | 174.27 | 163.39 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 204 | 237 | 0.61 | 0.14 | 0 | 0.07 | 193.66 | 0.8 | 0.65 |
| Hex | 5C | CC | ED | 3D | E | 0 | 7 | C2 | 50 | 41 |
| Octal | 134 | 314 | 355 | 75 | 16 | 0 | 7 | 302 | 120 | 101 |
| Binary | 1011100 | 11001100 | 11101101 | 111101 | 1110 | 0 | 111 | 11000010 | 1010000 | 1000001 |
Color Harmonies of #5CCCED
Complementary color
Monochromatic Colors of #5CCCED
Black with #5CCCED
Text Example
Text Example
White with #5CCCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCCED; }
p { color: rgb(92,204,237); }
H1.HeaderClassName
{
color: #5CCCED;
}
.AnyTagClassName
{
color: #5CCCED;
}
</style>
background-color css
<style>
a { background-color: #5CCCED; }
a { background-color: rgb(92,204,237); }
div.DivClassName
{
background-color: #5CCCED;
}
.BgClassName
{
background-color: #5CCCED;
}
</style>
border-color css
<style>
span { border-color: #5CCCED; }
span { border-color: rgb(92,204,237); }
td.TdClassName
{
border-color: #5CCCED;
}
.TagClassName
{
border-color: #5CCCED;
}
</style>