Shades of Turquoise Blue #5CCAEA
Tints of Turquoise Blue #5CCAEA
RGB
CMYK
RGB Variations
Color information
#5CCAEA (or 0x5CCAEA) is known color: Turquoise Blue. HEX triplet: 5C, CA and EA. RGB value is (92,202,234). Sum of RGB (Red+Green+Blue) = 92+202+234=528 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.42% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #5CCAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CCAEA is #A33515. Grayscale: #ACACAC. Windows color (decimal): -10695958 or 15387228. OLE color: 15387228.
HSL color Cylindrical-coordinate representation of color #5CCAEA: hue angle of 193.52º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CCAEA is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 202 | 234 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.08 |
| HSL | 193.52º | 0.77% | 0.64% | - |
| HSV(B) | 193.52º | 0.61% | 0.92% | - |
| XYZ | 40.39 | 50.46 | 85.45 | - |
| YUV | 172.76 | 162.56 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 202 | 234 | 0.61 | 0.14 | 0 | 0.08 | 193.52 | 0.77 | 0.64 |
| Hex | 5C | CA | EA | 3D | E | 0 | 8 | C2 | 4D | 40 |
| Octal | 134 | 312 | 352 | 75 | 16 | 0 | 10 | 302 | 115 | 100 |
| Binary | 1011100 | 11001010 | 11101010 | 111101 | 1110 | 0 | 1000 | 11000010 | 1001101 | 1000000 |
Color Harmonies of #5CCAEA
Complementary color
Monochromatic Colors of #5CCAEA
Black with #5CCAEA
Text Example
Text Example
White with #5CCAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCAEA; }
p { color: rgb(92,202,234); }
H1.HeaderClassName
{
color: #5CCAEA;
}
.AnyTagClassName
{
color: #5CCAEA;
}
</style>
background-color css
<style>
a { background-color: #5CCAEA; }
a { background-color: rgb(92,202,234); }
div.DivClassName
{
background-color: #5CCAEA;
}
.BgClassName
{
background-color: #5CCAEA;
}
</style>
border-color css
<style>
span { border-color: #5CCAEA; }
span { border-color: rgb(92,202,234); }
td.TdClassName
{
border-color: #5CCAEA;
}
.TagClassName
{
border-color: #5CCAEA;
}
</style>