Shades of Turquoise #5DF1CB
Tints of Turquoise #5DF1CB
RGB
CMYK
RGB Variations
Color information
#5DF1CB (or 0x5DF1CB) is known color: Turquoise. HEX triplet: 5D, F1 and CB. RGB value is (93,241,203). Sum of RGB (Red+Green+Blue) = 93+241+203=537 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.32% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 241 - color contains mainly: green. Hex color #5DF1CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF1CB is #A20E34. Grayscale: #C0C0C0. Windows color (decimal): -10620469 or 13365597. OLE color: 13365597.
HSL color Cylindrical-coordinate representation of color #5DF1CB: hue angle of 164.59º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DF1CB is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 241 | 203 | - |
| CMYK | 0.61 | 0 | 0.16 | 0.05 |
| HSL | 164.59º | 0.84% | 0.65% | - |
| HSV(B) | 164.59º | 0.61% | 0.95% | - |
| XYZ | 46.75 | 69.55 | 67.46 | - |
| YUV | 192.42 | 133.97 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 241 | 203 | 0.61 | 0 | 0.16 | 0.05 | 164.59 | 0.84 | 0.65 |
| Hex | 5D | F1 | CB | 3D | 0 | 10 | 5 | A5 | 54 | 41 |
| Octal | 135 | 361 | 313 | 75 | 0 | 20 | 5 | 245 | 124 | 101 |
| Binary | 1011101 | 11110001 | 11001011 | 111101 | 0 | 10000 | 101 | 10100101 | 1010100 | 1000001 |
Color Harmonies of #5DF1CB
Complementary color
Monochromatic Colors of #5DF1CB
Black with #5DF1CB
Text Example
Text Example
White with #5DF1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF1CB; }
p { color: rgb(93,241,203); }
H1.HeaderClassName
{
color: #5DF1CB;
}
.AnyTagClassName
{
color: #5DF1CB;
}
</style>
background-color css
<style>
a { background-color: #5DF1CB; }
a { background-color: rgb(93,241,203); }
div.DivClassName
{
background-color: #5DF1CB;
}
.BgClassName
{
background-color: #5DF1CB;
}
</style>
border-color css
<style>
span { border-color: #5DF1CB; }
span { border-color: rgb(93,241,203); }
td.TdClassName
{
border-color: #5DF1CB;
}
.TagClassName
{
border-color: #5DF1CB;
}
</style>