Shades of Turquoise #5CEFD7
Tints of Turquoise #5CEFD7
RGB
CMYK
RGB Variations
Color information
#5CEFD7 (or 0x5CEFD7) is known color: Turquoise. HEX triplet: 5C, EF and D7. RGB value is (92,239,215). Sum of RGB (Red+Green+Blue) = 92+239+215=546 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.85% from 546); Green value is 239 (93.75% from 255 or 43.77% from 546); Blue value is 215 (84.38% from 255 or 39.38% from 546); Max value from RGB is 239 - color contains mainly: green. Hex color #5CEFD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEFD7 is #A31028. Grayscale: #C0C0C0. Windows color (decimal): -10686505 or 14151516. OLE color: 14151516.
HSL color Cylindrical-coordinate representation of color #5CEFD7: hue angle of 170.2º 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 #5CEFD7 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 239 | 215 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.06 |
| HSL | 170.2º | 0.82% | 0.65% | - |
| HSV(B) | 170.2º | 0.62% | 0.94% | - |
| XYZ | 47.55 | 68.91 | 75.09 | - |
| YUV | 192.31 | 140.8 | 56.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 239 | 215 | 0.62 | 0 | 0.10 | 0.06 | 170.2 | 0.82 | 0.65 |
| Hex | 5C | EF | D7 | 3E | 0 | A | 6 | AA | 52 | 41 |
| Octal | 134 | 357 | 327 | 76 | 0 | 12 | 6 | 252 | 122 | 101 |
| Binary | 1011100 | 11101111 | 11010111 | 111110 | 0 | 1010 | 110 | 10101010 | 1010010 | 1000001 |
Color Harmonies of #5CEFD7
Complementary color
Monochromatic Colors of #5CEFD7
Black with #5CEFD7
Text Example
Text Example
White with #5CEFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEFD7; }
p { color: rgb(92,239,215); }
H1.HeaderClassName
{
color: #5CEFD7;
}
.AnyTagClassName
{
color: #5CEFD7;
}
</style>
background-color css
<style>
a { background-color: #5CEFD7; }
a { background-color: rgb(92,239,215); }
div.DivClassName
{
background-color: #5CEFD7;
}
.BgClassName
{
background-color: #5CEFD7;
}
</style>
border-color css
<style>
span { border-color: #5CEFD7; }
span { border-color: rgb(92,239,215); }
td.TdClassName
{
border-color: #5CEFD7;
}
.TagClassName
{
border-color: #5CEFD7;
}
</style>