Shades of Turquoise #5DF3CE
Tints of Turquoise #5DF3CE
RGB
CMYK
RGB Variations
Color information
#5DF3CE (or 0x5DF3CE) is known color: Turquoise. HEX triplet: 5D, F3 and CE. RGB value is (93,243,206). Sum of RGB (Red+Green+Blue) = 93+243+206=542 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.16% from 542); Green value is 243 (95.31% from 255 or 44.83% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 243 - color contains mainly: green. Hex color #5DF3CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF3CE is #A20C31. Grayscale: #C1C1C1. Windows color (decimal): -10619954 or 13562717. OLE color: 13562717.
HSL color Cylindrical-coordinate representation of color #5DF3CE: hue angle of 165.2º degrees, saturation: 0.86, 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 #5DF3CE is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 243 | 206 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.05 |
| HSL | 165.2º | 0.86% | 0.66% | - |
| HSV(B) | 165.2º | 0.62% | 0.95% | - |
| XYZ | 47.71 | 70.88 | 69.56 | - |
| YUV | 193.93 | 134.81 | 56.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 243 | 206 | 0.62 | 0 | 0.15 | 0.05 | 165.2 | 0.86 | 0.66 |
| Hex | 5D | F3 | CE | 3E | 0 | F | 5 | A5 | 56 | 42 |
| Octal | 135 | 363 | 316 | 76 | 0 | 17 | 5 | 245 | 126 | 102 |
| Binary | 1011101 | 11110011 | 11001110 | 111110 | 0 | 1111 | 101 | 10100101 | 1010110 | 1000010 |
Color Harmonies of #5DF3CE
Complementary color
Monochromatic Colors of #5DF3CE
Black with #5DF3CE
Text Example
Text Example
White with #5DF3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF3CE; }
p { color: rgb(93,243,206); }
H1.HeaderClassName
{
color: #5DF3CE;
}
.AnyTagClassName
{
color: #5DF3CE;
}
</style>
background-color css
<style>
a { background-color: #5DF3CE; }
a { background-color: rgb(93,243,206); }
div.DivClassName
{
background-color: #5DF3CE;
}
.BgClassName
{
background-color: #5DF3CE;
}
</style>
border-color css
<style>
span { border-color: #5DF3CE; }
span { border-color: rgb(93,243,206); }
td.TdClassName
{
border-color: #5DF3CE;
}
.TagClassName
{
border-color: #5DF3CE;
}
</style>