Shades of Turquoise #5CEFD4
Tints of Turquoise #5CEFD4
RGB
CMYK
RGB Variations
Color information
#5CEFD4 (or 0x5CEFD4) is known color: Turquoise. HEX triplet: 5C, EF and D4. RGB value is (92,239,212). Sum of RGB (Red+Green+Blue) = 92+239+212=543 (71% of max value = 765). Red value is 92 (36.33% from 255 or 16.94% from 543); Green value is 239 (93.75% from 255 or 44.01% from 543); Blue value is 212 (83.20% from 255 or 39.04% from 543); Max value from RGB is 239 - color contains mainly: green. Hex color #5CEFD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEFD4 is #A3102B. Grayscale: #BFBFBF. Windows color (decimal): -10686508 or 13954908. OLE color: 13954908.
HSL color Cylindrical-coordinate representation of color #5CEFD4: hue angle of 168.98º 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 #5CEFD4 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 239 | 212 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.06 |
| HSL | 168.98º | 0.82% | 0.65% | - |
| HSV(B) | 168.98º | 0.62% | 0.94% | - |
| XYZ | 47.16 | 68.76 | 73.07 | - |
| YUV | 191.97 | 139.3 | 56.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 239 | 212 | 0.62 | 0 | 0.11 | 0.06 | 168.98 | 0.82 | 0.65 |
| Hex | 5C | EF | D4 | 3E | 0 | B | 6 | A9 | 52 | 41 |
| Octal | 134 | 357 | 324 | 76 | 0 | 13 | 6 | 251 | 122 | 101 |
| Binary | 1011100 | 11101111 | 11010100 | 111110 | 0 | 1011 | 110 | 10101001 | 1010010 | 1000001 |
Color Harmonies of #5CEFD4
Complementary color
Monochromatic Colors of #5CEFD4
Black with #5CEFD4
Text Example
Text Example
White with #5CEFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEFD4; }
p { color: rgb(92,239,212); }
H1.HeaderClassName
{
color: #5CEFD4;
}
.AnyTagClassName
{
color: #5CEFD4;
}
</style>
background-color css
<style>
a { background-color: #5CEFD4; }
a { background-color: rgb(92,239,212); }
div.DivClassName
{
background-color: #5CEFD4;
}
.BgClassName
{
background-color: #5CEFD4;
}
</style>
border-color css
<style>
span { border-color: #5CEFD4; }
span { border-color: rgb(92,239,212); }
td.TdClassName
{
border-color: #5CEFD4;
}
.TagClassName
{
border-color: #5CEFD4;
}
</style>