Shades of Turquoise #5EF1CC
Tints of Turquoise #5EF1CC
RGB
CMYK
RGB Variations
Color information
#5EF1CC (or 0x5EF1CC) is known color: Turquoise. HEX triplet: 5E, F1 and CC. RGB value is (94,241,204). Sum of RGB (Red+Green+Blue) = 94+241+204=539 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.44% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #5EF1CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EF1CC is #A10E33. Grayscale: #C0C0C0. Windows color (decimal): -10554932 or 13431134. OLE color: 13431134.
HSL color Cylindrical-coordinate representation of color #5EF1CC: hue angle of 164.9º 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 #5EF1CC is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 241 | 204 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.05 |
| HSL | 164.9º | 0.84% | 0.66% | - |
| HSV(B) | 164.9º | 0.61% | 0.95% | - |
| XYZ | 46.97 | 69.65 | 68.09 | - |
| YUV | 192.83 | 134.3 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 241 | 204 | 0.61 | 0 | 0.15 | 0.05 | 164.9 | 0.84 | 0.66 |
| Hex | 5E | F1 | CC | 3D | 0 | F | 5 | A5 | 54 | 42 |
| Octal | 136 | 361 | 314 | 75 | 0 | 17 | 5 | 245 | 124 | 102 |
| Binary | 1011110 | 11110001 | 11001100 | 111101 | 0 | 1111 | 101 | 10100101 | 1010100 | 1000010 |
Color Harmonies of #5EF1CC
Complementary color
Monochromatic Colors of #5EF1CC
Black with #5EF1CC
Text Example
Text Example
White with #5EF1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF1CC; }
p { color: rgb(94,241,204); }
H1.HeaderClassName
{
color: #5EF1CC;
}
.AnyTagClassName
{
color: #5EF1CC;
}
</style>
background-color css
<style>
a { background-color: #5EF1CC; }
a { background-color: rgb(94,241,204); }
div.DivClassName
{
background-color: #5EF1CC;
}
.BgClassName
{
background-color: #5EF1CC;
}
</style>
border-color css
<style>
span { border-color: #5EF1CC; }
span { border-color: rgb(94,241,204); }
td.TdClassName
{
border-color: #5EF1CC;
}
.TagClassName
{
border-color: #5EF1CC;
}
</style>