Shades of Turquoise #5CEFD6
Tints of Turquoise #5CEFD6
RGB
CMYK
RGB Variations
Color information
#5CEFD6 (or 0x5CEFD6) is known color: Turquoise. HEX triplet: 5C, EF and D6. RGB value is (92,239,214). Sum of RGB (Red+Green+Blue) = 92+239+214=545 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.88% from 545); Green value is 239 (93.75% from 255 or 43.85% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 239 - color contains mainly: green. Hex color #5CEFD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEFD6 is #A31029. Grayscale: #C0C0C0. Windows color (decimal): -10686506 or 14085980. OLE color: 14085980.
HSL color Cylindrical-coordinate representation of color #5CEFD6: hue angle of 169.8º 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 #5CEFD6 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 239 | 214 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.06 |
| HSL | 169.8º | 0.82% | 0.65% | - |
| HSV(B) | 169.8º | 0.62% | 0.94% | - |
| XYZ | 47.42 | 68.86 | 74.41 | - |
| YUV | 192.2 | 140.3 | 56.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 239 | 214 | 0.62 | 0 | 0.10 | 0.06 | 169.8 | 0.82 | 0.65 |
| Hex | 5C | EF | D6 | 3E | 0 | A | 6 | AA | 52 | 41 |
| Octal | 134 | 357 | 326 | 76 | 0 | 12 | 6 | 252 | 122 | 101 |
| Binary | 1011100 | 11101111 | 11010110 | 111110 | 0 | 1010 | 110 | 10101010 | 1010010 | 1000001 |
Color Harmonies of #5CEFD6
Complementary color
Monochromatic Colors of #5CEFD6
Black with #5CEFD6
Text Example
Text Example
White with #5CEFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEFD6; }
p { color: rgb(92,239,214); }
H1.HeaderClassName
{
color: #5CEFD6;
}
.AnyTagClassName
{
color: #5CEFD6;
}
</style>
background-color css
<style>
a { background-color: #5CEFD6; }
a { background-color: rgb(92,239,214); }
div.DivClassName
{
background-color: #5CEFD6;
}
.BgClassName
{
background-color: #5CEFD6;
}
</style>
border-color css
<style>
span { border-color: #5CEFD6; }
span { border-color: rgb(92,239,214); }
td.TdClassName
{
border-color: #5CEFD6;
}
.TagClassName
{
border-color: #5CEFD6;
}
</style>