Shades of Turquoise #5DF2CB
Tints of Turquoise #5DF2CB
RGB
CMYK
RGB Variations
Color information
#5DF2CB (or 0x5DF2CB) is known color: Turquoise. HEX triplet: 5D, F2 and CB. RGB value is (93,242,203). Sum of RGB (Red+Green+Blue) = 93+242+203=538 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.29% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 242 - color contains mainly: green. Hex color #5DF2CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF2CB is #A20D34. Grayscale: #C1C1C1. Windows color (decimal): -10620213 or 13365853. OLE color: 13365853.
HSL color Cylindrical-coordinate representation of color #5DF2CB: hue angle of 164.3º 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 #5DF2CB is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 242 | 203 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.05 |
| HSL | 164.3º | 0.85% | 0.66% | - |
| HSV(B) | 164.3º | 0.62% | 0.95% | - |
| XYZ | 47.05 | 70.14 | 67.56 | - |
| YUV | 193 | 133.64 | 56.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 242 | 203 | 0.62 | 0 | 0.16 | 0.05 | 164.3 | 0.85 | 0.66 |
| Hex | 5D | F2 | CB | 3E | 0 | 10 | 5 | A4 | 55 | 42 |
| Octal | 135 | 362 | 313 | 76 | 0 | 20 | 5 | 244 | 125 | 102 |
| Binary | 1011101 | 11110010 | 11001011 | 111110 | 0 | 10000 | 101 | 10100100 | 1010101 | 1000010 |
Color Harmonies of #5DF2CB
Complementary color
Monochromatic Colors of #5DF2CB
Black with #5DF2CB
Text Example
Text Example
White with #5DF2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF2CB; }
p { color: rgb(93,242,203); }
H1.HeaderClassName
{
color: #5DF2CB;
}
.AnyTagClassName
{
color: #5DF2CB;
}
</style>
background-color css
<style>
a { background-color: #5DF2CB; }
a { background-color: rgb(93,242,203); }
div.DivClassName
{
background-color: #5DF2CB;
}
.BgClassName
{
background-color: #5DF2CB;
}
</style>
border-color css
<style>
span { border-color: #5DF2CB; }
span { border-color: rgb(93,242,203); }
td.TdClassName
{
border-color: #5DF2CB;
}
.TagClassName
{
border-color: #5DF2CB;
}
</style>