Shades of Turquoise #5EF1CD
Tints of Turquoise #5EF1CD
RGB
CMYK
RGB Variations
Color information
#5EF1CD (or 0x5EF1CD) is known color: Turquoise. HEX triplet: 5E, F1 and CD. RGB value is (94,241,205). Sum of RGB (Red+Green+Blue) = 94+241+205=540 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.41% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #5EF1CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EF1CD is #A10E32. Grayscale: #C0C0C0. Windows color (decimal): -10554931 or 13496670. OLE color: 13496670.
HSL color Cylindrical-coordinate representation of color #5EF1CD: hue angle of 165.31º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EF1CD is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 241 | 205 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.05 |
| HSL | 165.31º | 0.84% | 0.66% | - |
| HSV(B) | 165.31º | 0.61% | 0.95% | - |
| XYZ | 47.09 | 69.7 | 68.73 | - |
| YUV | 192.94 | 134.8 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 241 | 205 | 0.61 | 0 | 0.15 | 0.05 | 165.31 | 0.84 | 0.66 |
| Hex | 5E | F1 | CD | 3D | 0 | F | 5 | A5 | 54 | 42 |
| Octal | 136 | 361 | 315 | 75 | 0 | 17 | 5 | 245 | 124 | 102 |
| Binary | 1011110 | 11110001 | 11001101 | 111101 | 0 | 1111 | 101 | 10100101 | 1010100 | 1000010 |
Color Harmonies of #5EF1CD
Complementary color
Monochromatic Colors of #5EF1CD
Black with #5EF1CD
Text Example
Text Example
White with #5EF1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF1CD; }
p { color: rgb(94,241,205); }
H1.HeaderClassName
{
color: #5EF1CD;
}
.AnyTagClassName
{
color: #5EF1CD;
}
</style>
background-color css
<style>
a { background-color: #5EF1CD; }
a { background-color: rgb(94,241,205); }
div.DivClassName
{
background-color: #5EF1CD;
}
.BgClassName
{
background-color: #5EF1CD;
}
</style>
border-color css
<style>
span { border-color: #5EF1CD; }
span { border-color: rgb(94,241,205); }
td.TdClassName
{
border-color: #5EF1CD;
}
.TagClassName
{
border-color: #5EF1CD;
}
</style>