Shades of Turquoise #5CEFCD
Tints of Turquoise #5CEFCD
RGB
CMYK
RGB Variations
Color information
#5CEFCD (or 0x5CEFCD) is known color: Turquoise. HEX triplet: 5C, EF and CD. RGB value is (92,239,205). Sum of RGB (Red+Green+Blue) = 92+239+205=536 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.16% from 536); Green value is 239 (93.75% from 255 or 44.59% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 239 - color contains mainly: green. Hex color #5CEFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEFCD is #A31032. Grayscale: #BFBFBF. Windows color (decimal): -10686515 or 13496156. OLE color: 13496156.
HSL color Cylindrical-coordinate representation of color #5CEFCD: hue angle of 166.12º 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 #5CEFCD is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 239 | 205 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.06 |
| HSL | 166.12º | 0.82% | 0.65% | - |
| HSV(B) | 166.12º | 0.62% | 0.94% | - |
| XYZ | 46.3 | 68.42 | 68.52 | - |
| YUV | 191.17 | 135.8 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 239 | 205 | 0.62 | 0 | 0.14 | 0.06 | 166.12 | 0.82 | 0.65 |
| Hex | 5C | EF | CD | 3E | 0 | E | 6 | A6 | 52 | 41 |
| Octal | 134 | 357 | 315 | 76 | 0 | 16 | 6 | 246 | 122 | 101 |
| Binary | 1011100 | 11101111 | 11001101 | 111110 | 0 | 1110 | 110 | 10100110 | 1010010 | 1000001 |
Color Harmonies of #5CEFCD
Complementary color
Monochromatic Colors of #5CEFCD
Black with #5CEFCD
Text Example
Text Example
White with #5CEFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEFCD; }
p { color: rgb(92,239,205); }
H1.HeaderClassName
{
color: #5CEFCD;
}
.AnyTagClassName
{
color: #5CEFCD;
}
</style>
background-color css
<style>
a { background-color: #5CEFCD; }
a { background-color: rgb(92,239,205); }
div.DivClassName
{
background-color: #5CEFCD;
}
.BgClassName
{
background-color: #5CEFCD;
}
</style>
border-color css
<style>
span { border-color: #5CEFCD; }
span { border-color: rgb(92,239,205); }
td.TdClassName
{
border-color: #5CEFCD;
}
.TagClassName
{
border-color: #5CEFCD;
}
</style>