Shades of Turquoise Blue #5CCEEE
Tints of Turquoise Blue #5CCEEE
RGB
CMYK
RGB Variations
Color information
#5CCEEE (or 0x5CCEEE) is known color: Turquoise Blue. HEX triplet: 5C, CE and EE. RGB value is (92,206,238). Sum of RGB (Red+Green+Blue) = 92+206+238=536 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.16% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #5CCEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CCEEE is #A33111. Grayscale: #AFAFAF. Windows color (decimal): -10694930 or 15650396. OLE color: 15650396.
HSL color Cylindrical-coordinate representation of color #5CCEEE: hue angle of 193.15º degrees, saturation: 0.81, 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 #5CCEEE is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 206 | 238 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.07 |
| HSL | 193.15º | 0.81% | 0.65% | - |
| HSV(B) | 193.15º | 0.61% | 0.93% | - |
| XYZ | 41.92 | 52.59 | 88.83 | - |
| YUV | 175.56 | 163.23 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 206 | 238 | 0.61 | 0.13 | 0 | 0.07 | 193.15 | 0.81 | 0.65 |
| Hex | 5C | CE | EE | 3D | D | 0 | 7 | C1 | 51 | 41 |
| Octal | 134 | 316 | 356 | 75 | 15 | 0 | 7 | 301 | 121 | 101 |
| Binary | 1011100 | 11001110 | 11101110 | 111101 | 1101 | 0 | 111 | 11000001 | 1010001 | 1000001 |
Color Harmonies of #5CCEEE
Complementary color
Monochromatic Colors of #5CCEEE
Black with #5CCEEE
Text Example
Text Example
White with #5CCEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCEEE; }
p { color: rgb(92,206,238); }
H1.HeaderClassName
{
color: #5CCEEE;
}
.AnyTagClassName
{
color: #5CCEEE;
}
</style>
background-color css
<style>
a { background-color: #5CCEEE; }
a { background-color: rgb(92,206,238); }
div.DivClassName
{
background-color: #5CCEEE;
}
.BgClassName
{
background-color: #5CCEEE;
}
</style>
border-color css
<style>
span { border-color: #5CCEEE; }
span { border-color: rgb(92,206,238); }
td.TdClassName
{
border-color: #5CCEEE;
}
.TagClassName
{
border-color: #5CCEEE;
}
</style>