Shades of Turquoise Blue #5CEEE0
Tints of Turquoise Blue #5CEEE0
RGB
CMYK
RGB Variations
Color information
#5CEEE0 (or 0x5CEEE0) is known color: Turquoise Blue. HEX triplet: 5C, EE and E0. RGB value is (92,238,224). Sum of RGB (Red+Green+Blue) = 92+238+224=554 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.61% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 238 - color contains mainly: green. Hex color #5CEEE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEEE0 is #A3111F. Grayscale: #C0C0C0. Windows color (decimal): -10686752 or 14741084. OLE color: 14741084.
HSL color Cylindrical-coordinate representation of color #5CEEE0: hue angle of 174.25º 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 #5CEEE0 is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 238 | 224 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.07 |
| HSL | 174.25º | 0.81% | 0.65% | - |
| HSV(B) | 174.25º | 0.61% | 0.93% | - |
| XYZ | 48.44 | 68.81 | 81.25 | - |
| YUV | 192.75 | 145.63 | 56.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 238 | 224 | 0.61 | 0 | 0.06 | 0.07 | 174.25 | 0.81 | 0.65 |
| Hex | 5C | EE | E0 | 3D | 0 | 6 | 7 | AE | 51 | 41 |
| Octal | 134 | 356 | 340 | 75 | 0 | 6 | 7 | 256 | 121 | 101 |
| Binary | 1011100 | 11101110 | 11100000 | 111101 | 0 | 110 | 111 | 10101110 | 1010001 | 1000001 |
Color Harmonies of #5CEEE0
Complementary color
Monochromatic Colors of #5CEEE0
Black with #5CEEE0
Text Example
Text Example
White with #5CEEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEEE0; }
p { color: rgb(92,238,224); }
H1.HeaderClassName
{
color: #5CEEE0;
}
.AnyTagClassName
{
color: #5CEEE0;
}
</style>
background-color css
<style>
a { background-color: #5CEEE0; }
a { background-color: rgb(92,238,224); }
div.DivClassName
{
background-color: #5CEEE0;
}
.BgClassName
{
background-color: #5CEEE0;
}
</style>
border-color css
<style>
span { border-color: #5CEEE0; }
span { border-color: rgb(92,238,224); }
td.TdClassName
{
border-color: #5CEEE0;
}
.TagClassName
{
border-color: #5CEEE0;
}
</style>