Shades of Turquoise #5DF1CE
Tints of Turquoise #5DF1CE
RGB
CMYK
RGB Variations
Color information
#5DF1CE (or 0x5DF1CE) is known color: Turquoise. HEX triplet: 5D, F1 and CE. RGB value is (93,241,206). Sum of RGB (Red+Green+Blue) = 93+241+206=540 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.22% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #5DF1CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF1CE is #A20E31. Grayscale: #C0C0C0. Windows color (decimal): -10620466 or 13562205. OLE color: 13562205.
HSL color Cylindrical-coordinate representation of color #5DF1CE: hue angle of 165.81º 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 #5DF1CE is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 241 | 206 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.05 |
| HSL | 165.81º | 0.84% | 0.65% | - |
| HSV(B) | 165.81º | 0.61% | 0.95% | - |
| XYZ | 47.11 | 69.69 | 69.36 | - |
| YUV | 192.76 | 135.47 | 56.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 241 | 206 | 0.61 | 0 | 0.15 | 0.05 | 165.81 | 0.84 | 0.65 |
| Hex | 5D | F1 | CE | 3D | 0 | F | 5 | A6 | 54 | 41 |
| Octal | 135 | 361 | 316 | 75 | 0 | 17 | 5 | 246 | 124 | 101 |
| Binary | 1011101 | 11110001 | 11001110 | 111101 | 0 | 1111 | 101 | 10100110 | 1010100 | 1000001 |
Color Harmonies of #5DF1CE
Complementary color
Monochromatic Colors of #5DF1CE
Black with #5DF1CE
Text Example
Text Example
White with #5DF1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF1CE; }
p { color: rgb(93,241,206); }
H1.HeaderClassName
{
color: #5DF1CE;
}
.AnyTagClassName
{
color: #5DF1CE;
}
</style>
background-color css
<style>
a { background-color: #5DF1CE; }
a { background-color: rgb(93,241,206); }
div.DivClassName
{
background-color: #5DF1CE;
}
.BgClassName
{
background-color: #5DF1CE;
}
</style>
border-color css
<style>
span { border-color: #5DF1CE; }
span { border-color: rgb(93,241,206); }
td.TdClassName
{
border-color: #5DF1CE;
}
.TagClassName
{
border-color: #5DF1CE;
}
</style>