Shades of Turquoise Blue #5CEEDF
Tints of Turquoise Blue #5CEEDF
RGB
CMYK
RGB Variations
Color information
#5CEEDF (or 0x5CEEDF) is known color: Turquoise Blue. HEX triplet: 5C, EE and DF. RGB value is (92,238,223). Sum of RGB (Red+Green+Blue) = 92+238+223=553 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.64% from 553); Green value is 238 (93.36% from 255 or 43.04% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 238 - color contains mainly: green. Hex color #5CEEDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEEDF is #A31120. Grayscale: #C0C0C0. Windows color (decimal): -10686753 or 14675548. OLE color: 14675548.
HSL color Cylindrical-coordinate representation of color #5CEEDF: hue angle of 173.84º 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 #5CEEDF is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 238 | 223 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.07 |
| HSL | 173.84º | 0.81% | 0.65% | - |
| HSV(B) | 173.84º | 0.61% | 0.93% | - |
| XYZ | 48.31 | 68.75 | 80.54 | - |
| YUV | 192.64 | 145.13 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 238 | 223 | 0.61 | 0 | 0.06 | 0.07 | 173.84 | 0.81 | 0.65 |
| Hex | 5C | EE | DF | 3D | 0 | 6 | 7 | AE | 51 | 41 |
| Octal | 134 | 356 | 337 | 75 | 0 | 6 | 7 | 256 | 121 | 101 |
| Binary | 1011100 | 11101110 | 11011111 | 111101 | 0 | 110 | 111 | 10101110 | 1010001 | 1000001 |
Color Harmonies of #5CEEDF
Complementary color
Monochromatic Colors of #5CEEDF
Black with #5CEEDF
Text Example
Text Example
White with #5CEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEEDF; }
p { color: rgb(92,238,223); }
H1.HeaderClassName
{
color: #5CEEDF;
}
.AnyTagClassName
{
color: #5CEEDF;
}
</style>
background-color css
<style>
a { background-color: #5CEEDF; }
a { background-color: rgb(92,238,223); }
div.DivClassName
{
background-color: #5CEEDF;
}
.BgClassName
{
background-color: #5CEEDF;
}
</style>
border-color css
<style>
span { border-color: #5CEEDF; }
span { border-color: rgb(92,238,223); }
td.TdClassName
{
border-color: #5CEEDF;
}
.TagClassName
{
border-color: #5CEEDF;
}
</style>