Shades of Turquoise Blue #5CE8DA
Tints of Turquoise Blue #5CE8DA
RGB
CMYK
RGB Variations
Color information
#5CE8DA (or 0x5CE8DA) is known color: Turquoise Blue. HEX triplet: 5C, E8 and DA. RGB value is (92,232,218). Sum of RGB (Red+Green+Blue) = 92+232+218=542 (71% of max value = 765). Red value is 92 (36.33% from 255 or 16.97% from 542); Green value is 232 (91.02% from 255 or 42.80% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 232 - color contains mainly: green. Hex color #5CE8DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CE8DA is #A31725. Grayscale: #BCBCBC. Windows color (decimal): -10688294 or 14346332. OLE color: 14346332.
HSL color Cylindrical-coordinate representation of color #5CE8DA: hue angle of 174º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CE8DA is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 92 | 232 | 218 | - |
| CMYK | 0.60 | 0 | 0.06 | 0.09 |
| HSL | 174º | 0.75% | 0.64% | - |
| HSV(B) | 174º | 0.6% | 0.91% | - |
| XYZ | 45.93 | 65.05 | 76.47 | - |
| YUV | 188.54 | 144.62 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 232 | 218 | 0.60 | 0 | 0.06 | 0.09 | 174 | 0.75 | 0.64 |
| Hex | 5C | E8 | DA | 3C | 0 | 6 | 9 | AE | 4B | 40 |
| Octal | 134 | 350 | 332 | 74 | 0 | 6 | 11 | 256 | 113 | 100 |
| Binary | 1011100 | 11101000 | 11011010 | 111100 | 0 | 110 | 1001 | 10101110 | 1001011 | 1000000 |
Color Harmonies of #5CE8DA
Complementary color
Monochromatic Colors of #5CE8DA
Black with #5CE8DA
Text Example
Text Example
White with #5CE8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE8DA; }
p { color: rgb(92,232,218); }
H1.HeaderClassName
{
color: #5CE8DA;
}
.AnyTagClassName
{
color: #5CE8DA;
}
</style>
background-color css
<style>
a { background-color: #5CE8DA; }
a { background-color: rgb(92,232,218); }
div.DivClassName
{
background-color: #5CE8DA;
}
.BgClassName
{
background-color: #5CE8DA;
}
</style>
border-color css
<style>
span { border-color: #5CE8DA; }
span { border-color: rgb(92,232,218); }
td.TdClassName
{
border-color: #5CE8DA;
}
.TagClassName
{
border-color: #5CE8DA;
}
</style>