Shades of Turquoise Blue #5CCEED
Tints of Turquoise Blue #5CCEED
RGB
CMYK
RGB Variations
Color information
#5CCEED (or 0x5CCEED) is known color: Turquoise Blue. HEX triplet: 5C, CE and ED. RGB value is (92,206,237). Sum of RGB (Red+Green+Blue) = 92+206+237=535 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.20% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #5CCEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CCEED is #A33112. Grayscale: #AFAFAF. Windows color (decimal): -10694931 or 15584860. OLE color: 15584860.
HSL color Cylindrical-coordinate representation of color #5CCEED: hue angle of 192.83º degrees, saturation: 0.8, 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 #5CCEED is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 206 | 237 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.07 |
| HSL | 192.83º | 0.8% | 0.65% | - |
| HSV(B) | 192.83º | 0.61% | 0.93% | - |
| XYZ | 41.77 | 52.53 | 88.06 | - |
| YUV | 175.45 | 162.73 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 206 | 237 | 0.61 | 0.13 | 0 | 0.07 | 192.83 | 0.8 | 0.65 |
| Hex | 5C | CE | ED | 3D | D | 0 | 7 | C1 | 50 | 41 |
| Octal | 134 | 316 | 355 | 75 | 15 | 0 | 7 | 301 | 120 | 101 |
| Binary | 1011100 | 11001110 | 11101101 | 111101 | 1101 | 0 | 111 | 11000001 | 1010000 | 1000001 |
Color Harmonies of #5CCEED
Complementary color
Monochromatic Colors of #5CCEED
Black with #5CCEED
Text Example
Text Example
White with #5CCEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCEED; }
p { color: rgb(92,206,237); }
H1.HeaderClassName
{
color: #5CCEED;
}
.AnyTagClassName
{
color: #5CCEED;
}
</style>
background-color css
<style>
a { background-color: #5CCEED; }
a { background-color: rgb(92,206,237); }
div.DivClassName
{
background-color: #5CCEED;
}
.BgClassName
{
background-color: #5CCEED;
}
</style>
border-color css
<style>
span { border-color: #5CCEED; }
span { border-color: rgb(92,206,237); }
td.TdClassName
{
border-color: #5CCEED;
}
.TagClassName
{
border-color: #5CCEED;
}
</style>