Shades of Turquoise #5DEACF
Tints of Turquoise #5DEACF
RGB
CMYK
RGB Variations
Color information
#5DEACF (or 0x5DEACF) is known color: Turquoise. HEX triplet: 5D, EA and CF. RGB value is (93,234,207). Sum of RGB (Red+Green+Blue) = 93+234+207=534 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.42% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 234 - color contains mainly: green. Hex color #5DEACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEACF is #A21530. Grayscale: #BCBCBC. Windows color (decimal): -10622257 or 13625949. OLE color: 13625949.
HSL color Cylindrical-coordinate representation of color #5DEACF: hue angle of 168.51º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DEACF is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 234 | 207 | - |
| CMYK | 0.60 | 0 | 0.12 | 0.08 |
| HSL | 168.51º | 0.77% | 0.64% | - |
| HSV(B) | 168.51º | 0.6% | 0.92% | - |
| XYZ | 45.2 | 65.68 | 69.33 | - |
| YUV | 188.76 | 138.29 | 59.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 234 | 207 | 0.60 | 0 | 0.12 | 0.08 | 168.51 | 0.77 | 0.64 |
| Hex | 5D | EA | CF | 3C | 0 | C | 8 | A9 | 4D | 40 |
| Octal | 135 | 352 | 317 | 74 | 0 | 14 | 10 | 251 | 115 | 100 |
| Binary | 1011101 | 11101010 | 11001111 | 111100 | 0 | 1100 | 1000 | 10101001 | 1001101 | 1000000 |
Color Harmonies of #5DEACF
Complementary color
Monochromatic Colors of #5DEACF
Black with #5DEACF
Text Example
Text Example
White with #5DEACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEACF; }
p { color: rgb(93,234,207); }
H1.HeaderClassName
{
color: #5DEACF;
}
.AnyTagClassName
{
color: #5DEACF;
}
</style>
background-color css
<style>
a { background-color: #5DEACF; }
a { background-color: rgb(93,234,207); }
div.DivClassName
{
background-color: #5DEACF;
}
.BgClassName
{
background-color: #5DEACF;
}
</style>
border-color css
<style>
span { border-color: #5DEACF; }
span { border-color: rgb(93,234,207); }
td.TdClassName
{
border-color: #5DEACF;
}
.TagClassName
{
border-color: #5DEACF;
}
</style>