Shades of Turquoise #5DF0CD
Tints of Turquoise #5DF0CD
RGB
CMYK
RGB Variations
Color information
#5DF0CD (or 0x5DF0CD) is known color: Turquoise. HEX triplet: 5D, F0 and CD. RGB value is (93,240,205). Sum of RGB (Red+Green+Blue) = 93+240+205=538 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.29% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #5DF0CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF0CD is #A20F32. Grayscale: #C0C0C0. Windows color (decimal): -10620723 or 13496413. OLE color: 13496413.
HSL color Cylindrical-coordinate representation of color #5DF0CD: hue angle of 165.71º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DF0CD is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 240 | 205 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.06 |
| HSL | 165.71º | 0.83% | 0.65% | - |
| HSV(B) | 165.71º | 0.61% | 0.94% | - |
| XYZ | 46.69 | 69.06 | 68.63 | - |
| YUV | 192.06 | 135.3 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 240 | 205 | 0.61 | 0 | 0.15 | 0.06 | 165.71 | 0.83 | 0.65 |
| Hex | 5D | F0 | CD | 3D | 0 | F | 6 | A6 | 53 | 41 |
| Octal | 135 | 360 | 315 | 75 | 0 | 17 | 6 | 246 | 123 | 101 |
| Binary | 1011101 | 11110000 | 11001101 | 111101 | 0 | 1111 | 110 | 10100110 | 1010011 | 1000001 |
Color Harmonies of #5DF0CD
Complementary color
Monochromatic Colors of #5DF0CD
Black with #5DF0CD
Text Example
Text Example
White with #5DF0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF0CD; }
p { color: rgb(93,240,205); }
H1.HeaderClassName
{
color: #5DF0CD;
}
.AnyTagClassName
{
color: #5DF0CD;
}
</style>
background-color css
<style>
a { background-color: #5DF0CD; }
a { background-color: rgb(93,240,205); }
div.DivClassName
{
background-color: #5DF0CD;
}
.BgClassName
{
background-color: #5DF0CD;
}
</style>
border-color css
<style>
span { border-color: #5DF0CD; }
span { border-color: rgb(93,240,205); }
td.TdClassName
{
border-color: #5DF0CD;
}
.TagClassName
{
border-color: #5DF0CD;
}
</style>