Shades of Turquoise #5CEFD8
Tints of Turquoise #5CEFD8
RGB
CMYK
RGB Variations
Color information
#5CEFD8 (or 0x5CEFD8) is known color: Turquoise. HEX triplet: 5C, EF and D8. RGB value is (92,239,216). Sum of RGB (Red+Green+Blue) = 92+239+216=547 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.82% from 547); Green value is 239 (93.75% from 255 or 43.69% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 239 - color contains mainly: green. Hex color #5CEFD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEFD8 is #A31027. Grayscale: #C0C0C0. Windows color (decimal): -10686504 or 14217052. OLE color: 14217052.
HSL color Cylindrical-coordinate representation of color #5CEFD8: hue angle of 170.61º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CEFD8 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 239 | 216 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.06 |
| HSL | 170.61º | 0.82% | 0.65% | - |
| HSV(B) | 170.61º | 0.62% | 0.94% | - |
| XYZ | 47.67 | 68.97 | 75.76 | - |
| YUV | 192.43 | 141.3 | 56.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 239 | 216 | 0.62 | 0 | 0.10 | 0.06 | 170.61 | 0.82 | 0.65 |
| Hex | 5C | EF | D8 | 3E | 0 | A | 6 | AB | 52 | 41 |
| Octal | 134 | 357 | 330 | 76 | 0 | 12 | 6 | 253 | 122 | 101 |
| Binary | 1011100 | 11101111 | 11011000 | 111110 | 0 | 1010 | 110 | 10101011 | 1010010 | 1000001 |
Color Harmonies of #5CEFD8
Complementary color
Monochromatic Colors of #5CEFD8
Black with #5CEFD8
Text Example
Text Example
White with #5CEFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEFD8; }
p { color: rgb(92,239,216); }
H1.HeaderClassName
{
color: #5CEFD8;
}
.AnyTagClassName
{
color: #5CEFD8;
}
</style>
background-color css
<style>
a { background-color: #5CEFD8; }
a { background-color: rgb(92,239,216); }
div.DivClassName
{
background-color: #5CEFD8;
}
.BgClassName
{
background-color: #5CEFD8;
}
</style>
border-color css
<style>
span { border-color: #5CEFD8; }
span { border-color: rgb(92,239,216); }
td.TdClassName
{
border-color: #5CEFD8;
}
.TagClassName
{
border-color: #5CEFD8;
}
</style>