Shades of Turquoise Blue #5CE7EE
Tints of Turquoise Blue #5CE7EE
RGB
CMYK
RGB Variations
Color information
#5CE7EE (or 0x5CE7EE) is known color: Turquoise Blue. HEX triplet: 5C, E7 and EE. RGB value is (92,231,238). Sum of RGB (Red+Green+Blue) = 92+231+238=561 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.40% from 561); Green value is 231 (90.62% from 255 or 41.18% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #5CE7EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CE7EE is #A31811. Grayscale: #BEBEBE. Windows color (decimal): -10688530 or 15656796. OLE color: 15656796.
HSL color Cylindrical-coordinate representation of color #5CE7EE: hue angle of 182.88º 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 #5CE7EE is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 231 | 238 | - |
| CMYK | 0.61 | 0.03 | 0 | 0.07 |
| HSL | 182.88º | 0.81% | 0.65% | - |
| HSV(B) | 182.88º | 0.61% | 0.93% | - |
| XYZ | 48.42 | 65.6 | 91 | - |
| YUV | 190.24 | 154.95 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 231 | 238 | 0.61 | 0.03 | 0 | 0.07 | 182.88 | 0.81 | 0.65 |
| Hex | 5C | E7 | EE | 3D | 3 | 0 | 7 | B7 | 51 | 41 |
| Octal | 134 | 347 | 356 | 75 | 3 | 0 | 7 | 267 | 121 | 101 |
| Binary | 1011100 | 11100111 | 11101110 | 111101 | 11 | 0 | 111 | 10110111 | 1010001 | 1000001 |
Color Harmonies of #5CE7EE
Complementary color
Monochromatic Colors of #5CE7EE
Black with #5CE7EE
Text Example
Text Example
White with #5CE7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE7EE; }
p { color: rgb(92,231,238); }
H1.HeaderClassName
{
color: #5CE7EE;
}
.AnyTagClassName
{
color: #5CE7EE;
}
</style>
background-color css
<style>
a { background-color: #5CE7EE; }
a { background-color: rgb(92,231,238); }
div.DivClassName
{
background-color: #5CE7EE;
}
.BgClassName
{
background-color: #5CE7EE;
}
</style>
border-color css
<style>
span { border-color: #5CE7EE; }
span { border-color: rgb(92,231,238); }
td.TdClassName
{
border-color: #5CE7EE;
}
.TagClassName
{
border-color: #5CE7EE;
}
</style>