Shades of Turquoise Blue #5CEFEC
Tints of Turquoise Blue #5CEFEC
RGB
CMYK
RGB Variations
Color information
#5CEFEC (or 0x5CEFEC) is known color: Turquoise Blue. HEX triplet: 5C, EF and EC. RGB value is (92,239,236). Sum of RGB (Red+Green+Blue) = 92+239+236=567 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.23% from 567); Green value is 239 (93.75% from 255 or 42.15% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 239 - color contains mainly: green. Hex color #5CEFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CEFEC is #A31013. Grayscale: #C2C2C2. Windows color (decimal): -10686484 or 15527772. OLE color: 15527772.
HSL color Cylindrical-coordinate representation of color #5CEFEC: hue angle of 178.78º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CEFEC is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 239 | 236 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.06 |
| HSL | 178.78º | 0.82% | 0.65% | - |
| HSV(B) | 178.78º | 0.62% | 0.94% | - |
| XYZ | 50.42 | 70.06 | 90.22 | - |
| YUV | 194.71 | 151.3 | 54.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 239 | 236 | 0.62 | 0 | 0.01 | 0.06 | 178.78 | 0.82 | 0.65 |
| Hex | 5C | EF | EC | 3E | 0 | 1 | 6 | B3 | 52 | 41 |
| Octal | 134 | 357 | 354 | 76 | 0 | 1 | 6 | 263 | 122 | 101 |
| Binary | 1011100 | 11101111 | 11101100 | 111110 | 0 | 1 | 110 | 10110011 | 1010010 | 1000001 |
Color Harmonies of #5CEFEC
Complementary color
Monochromatic Colors of #5CEFEC
Black with #5CEFEC
Text Example
Text Example
White with #5CEFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEFEC; }
p { color: rgb(92,239,236); }
H1.HeaderClassName
{
color: #5CEFEC;
}
.AnyTagClassName
{
color: #5CEFEC;
}
</style>
background-color css
<style>
a { background-color: #5CEFEC; }
a { background-color: rgb(92,239,236); }
div.DivClassName
{
background-color: #5CEFEC;
}
.BgClassName
{
background-color: #5CEFEC;
}
</style>
border-color css
<style>
span { border-color: #5CEFEC; }
span { border-color: rgb(92,239,236); }
td.TdClassName
{
border-color: #5CEFEC;
}
.TagClassName
{
border-color: #5CEFEC;
}
</style>