Shades of Turquoise Blue #5CEDE7
Tints of Turquoise Blue #5CEDE7
RGB
CMYK
RGB Variations
Color information
#5CEDE7 (or 0x5CEDE7) is known color: Turquoise Blue. HEX triplet: 5C, ED and E7. RGB value is (92,237,231). Sum of RGB (Red+Green+Blue) = 92+237+231=560 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.43% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 237 - color contains mainly: green. Hex color #5CEDE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CEDE7 is #A31218. Grayscale: #C0C0C0. Windows color (decimal): -10687001 or 15199580. OLE color: 15199580.
HSL color Cylindrical-coordinate representation of color #5CEDE7: hue angle of 177.52º 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 #5CEDE7 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 237 | 231 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.07 |
| HSL | 177.52º | 0.8% | 0.65% | - |
| HSV(B) | 177.52º | 0.61% | 0.93% | - |
| XYZ | 49.12 | 68.61 | 86.26 | - |
| YUV | 192.96 | 149.46 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 237 | 231 | 0.61 | 0 | 0.03 | 0.07 | 177.52 | 0.8 | 0.65 |
| Hex | 5C | ED | E7 | 3D | 0 | 3 | 7 | B2 | 50 | 41 |
| Octal | 134 | 355 | 347 | 75 | 0 | 3 | 7 | 262 | 120 | 101 |
| Binary | 1011100 | 11101101 | 11100111 | 111101 | 0 | 11 | 111 | 10110010 | 1010000 | 1000001 |
Color Harmonies of #5CEDE7
Complementary color
Monochromatic Colors of #5CEDE7
Black with #5CEDE7
Text Example
Text Example
White with #5CEDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEDE7; }
p { color: rgb(92,237,231); }
H1.HeaderClassName
{
color: #5CEDE7;
}
.AnyTagClassName
{
color: #5CEDE7;
}
</style>
background-color css
<style>
a { background-color: #5CEDE7; }
a { background-color: rgb(92,237,231); }
div.DivClassName
{
background-color: #5CEDE7;
}
.BgClassName
{
background-color: #5CEDE7;
}
</style>
border-color css
<style>
span { border-color: #5CEDE7; }
span { border-color: rgb(92,237,231); }
td.TdClassName
{
border-color: #5CEDE7;
}
.TagClassName
{
border-color: #5CEDE7;
}
</style>