Shades of Turquoise Blue #5CCEE1
Tints of Turquoise Blue #5CCEE1
RGB
CMYK
RGB Variations
Color information
#5CCEE1 (or 0x5CCEE1) is known color: Turquoise Blue. HEX triplet: 5C, CE and E1. RGB value is (92,206,225). Sum of RGB (Red+Green+Blue) = 92+206+225=523 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.59% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 225 (88.28% from 255 or 43.02% from 523); Max value from RGB is 225 - color contains mainly: blue. Hex color #5CCEE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCEE1 is #A3311E. Grayscale: #ADADAD. Windows color (decimal): -10694943 or 14798428. OLE color: 14798428.
HSL color Cylindrical-coordinate representation of color #5CCEE1: hue angle of 188.57º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CCEE1 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 92 | 206 | 225 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.12 |
| HSL | 188.57º | 0.69% | 0.62% | - |
| HSV(B) | 188.57º | 0.59% | 0.88% | - |
| XYZ | 40.08 | 51.85 | 79.13 | - |
| YUV | 174.08 | 156.73 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 206 | 225 | 0.59 | 0.08 | 0 | 0.12 | 188.57 | 0.69 | 0.62 |
| Hex | 5C | CE | E1 | 3B | 8 | 0 | C | BD | 45 | 3E |
| Octal | 134 | 316 | 341 | 73 | 10 | 0 | 14 | 275 | 105 | 76 |
| Binary | 1011100 | 11001110 | 11100001 | 111011 | 1000 | 0 | 1100 | 10111101 | 1000101 | 111110 |
Color Harmonies of #5CCEE1
Complementary color
Monochromatic Colors of #5CCEE1
Black with #5CCEE1
Text Example
Text Example
White with #5CCEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCEE1; }
p { color: rgb(92,206,225); }
H1.HeaderClassName
{
color: #5CCEE1;
}
.AnyTagClassName
{
color: #5CCEE1;
}
</style>
background-color css
<style>
a { background-color: #5CCEE1; }
a { background-color: rgb(92,206,225); }
div.DivClassName
{
background-color: #5CCEE1;
}
.BgClassName
{
background-color: #5CCEE1;
}
</style>
border-color css
<style>
span { border-color: #5CCEE1; }
span { border-color: rgb(92,206,225); }
td.TdClassName
{
border-color: #5CCEE1;
}
.TagClassName
{
border-color: #5CCEE1;
}
</style>