Shades of Turquoise #5DF2CD
Tints of Turquoise #5DF2CD
RGB
CMYK
RGB Variations
Color information
#5DF2CD (or 0x5DF2CD) is known color: Turquoise. HEX triplet: 5D, F2 and CD. RGB value is (93,242,205). Sum of RGB (Red+Green+Blue) = 93+242+205=540 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.22% from 540); Green value is 242 (94.92% from 255 or 44.81% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 242 - color contains mainly: green. Hex color #5DF2CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF2CD is #A20D32. Grayscale: #C1C1C1. Windows color (decimal): -10620211 or 13496925. OLE color: 13496925.
HSL color Cylindrical-coordinate representation of color #5DF2CD: hue angle of 165.1º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF2CD is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 242 | 205 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.05 |
| HSL | 165.1º | 0.85% | 0.66% | - |
| HSV(B) | 165.1º | 0.62% | 0.95% | - |
| XYZ | 47.29 | 70.24 | 68.82 | - |
| YUV | 193.23 | 134.64 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 242 | 205 | 0.62 | 0 | 0.15 | 0.05 | 165.1 | 0.85 | 0.66 |
| Hex | 5D | F2 | CD | 3E | 0 | F | 5 | A5 | 55 | 42 |
| Octal | 135 | 362 | 315 | 76 | 0 | 17 | 5 | 245 | 125 | 102 |
| Binary | 1011101 | 11110010 | 11001101 | 111110 | 0 | 1111 | 101 | 10100101 | 1010101 | 1000010 |
Color Harmonies of #5DF2CD
Complementary color
Monochromatic Colors of #5DF2CD
Black with #5DF2CD
Text Example
Text Example
White with #5DF2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF2CD; }
p { color: rgb(93,242,205); }
H1.HeaderClassName
{
color: #5DF2CD;
}
.AnyTagClassName
{
color: #5DF2CD;
}
</style>
background-color css
<style>
a { background-color: #5DF2CD; }
a { background-color: rgb(93,242,205); }
div.DivClassName
{
background-color: #5DF2CD;
}
.BgClassName
{
background-color: #5DF2CD;
}
</style>
border-color css
<style>
span { border-color: #5DF2CD; }
span { border-color: rgb(93,242,205); }
td.TdClassName
{
border-color: #5DF2CD;
}
.TagClassName
{
border-color: #5DF2CD;
}
</style>