Shades of Turquoise Blue #5CCBEC
Tints of Turquoise Blue #5CCBEC
RGB
CMYK
RGB Variations
Color information
#5CCBEC (or 0x5CCBEC) is known color: Turquoise Blue. HEX triplet: 5C, CB and EC. RGB value is (92,203,236). Sum of RGB (Red+Green+Blue) = 92+203+236=531 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.33% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #5CCBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CCBEC is #A33413. Grayscale: #ADADAD. Windows color (decimal): -10695700 or 15518556. OLE color: 15518556.
HSL color Cylindrical-coordinate representation of color #5CCBEC: hue angle of 193.75º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CCBEC is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 203 | 236 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.07 |
| HSL | 193.75º | 0.79% | 0.64% | - |
| HSV(B) | 193.75º | 0.61% | 0.93% | - |
| XYZ | 40.91 | 51.04 | 87.05 | - |
| YUV | 173.57 | 163.23 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 203 | 236 | 0.61 | 0.14 | 0 | 0.07 | 193.75 | 0.79 | 0.64 |
| Hex | 5C | CB | EC | 3D | E | 0 | 7 | C2 | 4F | 40 |
| Octal | 134 | 313 | 354 | 75 | 16 | 0 | 7 | 302 | 117 | 100 |
| Binary | 1011100 | 11001011 | 11101100 | 111101 | 1110 | 0 | 111 | 11000010 | 1001111 | 1000000 |
Color Harmonies of #5CCBEC
Complementary color
Monochromatic Colors of #5CCBEC
Black with #5CCBEC
Text Example
Text Example
White with #5CCBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCBEC; }
p { color: rgb(92,203,236); }
H1.HeaderClassName
{
color: #5CCBEC;
}
.AnyTagClassName
{
color: #5CCBEC;
}
</style>
background-color css
<style>
a { background-color: #5CCBEC; }
a { background-color: rgb(92,203,236); }
div.DivClassName
{
background-color: #5CCBEC;
}
.BgClassName
{
background-color: #5CCBEC;
}
</style>
border-color css
<style>
span { border-color: #5CCBEC; }
span { border-color: rgb(92,203,236); }
td.TdClassName
{
border-color: #5CCBEC;
}
.TagClassName
{
border-color: #5CCBEC;
}
</style>