Shades of Turquoise Blue #5CCEEB
Tints of Turquoise Blue #5CCEEB
RGB
CMYK
RGB Variations
Color information
#5CCEEB (or 0x5CCEEB) is known color: Turquoise Blue. HEX triplet: 5C, CE and EB. RGB value is (92,206,235). Sum of RGB (Red+Green+Blue) = 92+206+235=533 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.26% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #5CCEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CCEEB is #A33114. Grayscale: #AEAEAE. Windows color (decimal): -10694933 or 15453788. OLE color: 15453788.
HSL color Cylindrical-coordinate representation of color #5CCEEB: hue angle of 192.17º degrees, saturation: 0.78, 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 #5CCEEB is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 206 | 235 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.08 |
| HSL | 192.17º | 0.78% | 0.64% | - |
| HSV(B) | 192.17º | 0.61% | 0.92% | - |
| XYZ | 41.48 | 52.42 | 86.53 | - |
| YUV | 175.22 | 161.73 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 206 | 235 | 0.61 | 0.12 | 0 | 0.08 | 192.17 | 0.78 | 0.64 |
| Hex | 5C | CE | EB | 3D | C | 0 | 8 | C0 | 4E | 40 |
| Octal | 134 | 316 | 353 | 75 | 14 | 0 | 10 | 300 | 116 | 100 |
| Binary | 1011100 | 11001110 | 11101011 | 111101 | 1100 | 0 | 1000 | 11000000 | 1001110 | 1000000 |
Color Harmonies of #5CCEEB
Complementary color
Monochromatic Colors of #5CCEEB
Black with #5CCEEB
Text Example
Text Example
White with #5CCEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCEEB; }
p { color: rgb(92,206,235); }
H1.HeaderClassName
{
color: #5CCEEB;
}
.AnyTagClassName
{
color: #5CCEEB;
}
</style>
background-color css
<style>
a { background-color: #5CCEEB; }
a { background-color: rgb(92,206,235); }
div.DivClassName
{
background-color: #5CCEEB;
}
.BgClassName
{
background-color: #5CCEEB;
}
</style>
border-color css
<style>
span { border-color: #5CCEEB; }
span { border-color: rgb(92,206,235); }
td.TdClassName
{
border-color: #5CCEEB;
}
.TagClassName
{
border-color: #5CCEEB;
}
</style>