Shades of Turquoise #5DF0CA
Tints of Turquoise #5DF0CA
RGB
CMYK
RGB Variations
Color information
#5DF0CA (or 0x5DF0CA) is known color: Turquoise. HEX triplet: 5D, F0 and CA. RGB value is (93,240,202). Sum of RGB (Red+Green+Blue) = 93+240+202=535 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.38% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #5DF0CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF0CA is #A20F35. Grayscale: #BFBFBF. Windows color (decimal): -10620726 or 13299805. OLE color: 13299805.
HSL color Cylindrical-coordinate representation of color #5DF0CA: hue angle of 164.49º 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 #5DF0CA is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 240 | 202 | - |
| CMYK | 0.61 | 0 | 0.16 | 0.06 |
| HSL | 164.49º | 0.83% | 0.65% | - |
| HSV(B) | 164.49º | 0.61% | 0.94% | - |
| XYZ | 46.33 | 68.91 | 66.74 | - |
| YUV | 191.72 | 133.8 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 240 | 202 | 0.61 | 0 | 0.16 | 0.06 | 164.49 | 0.83 | 0.65 |
| Hex | 5D | F0 | CA | 3D | 0 | 10 | 6 | A4 | 53 | 41 |
| Octal | 135 | 360 | 312 | 75 | 0 | 20 | 6 | 244 | 123 | 101 |
| Binary | 1011101 | 11110000 | 11001010 | 111101 | 0 | 10000 | 110 | 10100100 | 1010011 | 1000001 |
Color Harmonies of #5DF0CA
Complementary color
Monochromatic Colors of #5DF0CA
Black with #5DF0CA
Text Example
Text Example
White with #5DF0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF0CA; }
p { color: rgb(93,240,202); }
H1.HeaderClassName
{
color: #5DF0CA;
}
.AnyTagClassName
{
color: #5DF0CA;
}
</style>
background-color css
<style>
a { background-color: #5DF0CA; }
a { background-color: rgb(93,240,202); }
div.DivClassName
{
background-color: #5DF0CA;
}
.BgClassName
{
background-color: #5DF0CA;
}
</style>
border-color css
<style>
span { border-color: #5DF0CA; }
span { border-color: rgb(93,240,202); }
td.TdClassName
{
border-color: #5DF0CA;
}
.TagClassName
{
border-color: #5DF0CA;
}
</style>