Shades of Turquoise #2EF5CC
Tints of Turquoise #2EF5CC
RGB
CMYK
RGB Variations
Color information
#2EF5CC (or 0x2EF5CC) is known color: Turquoise. HEX triplet: 2E, F5 and CC. RGB value is (46,245,204). Sum of RGB (Red+Green+Blue) = 46+245+204=495 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.29% from 495); Green value is 245 (96.09% from 255 or 49.49% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 245 - color contains mainly: green. Hex color #2EF5CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF5CC is #D10A33. Grayscale: #B4B4B4. Windows color (decimal): -13699636 or 13432110. OLE color: 13432110.
HSL color Cylindrical-coordinate representation of color #2EF5CC: hue angle of 167.64º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF5CC is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 245 | 204 | - |
| CMYK | 0.81 | 0 | 0.17 | 0.04 |
| HSL | 167.64º | 0.91% | 0.57% | - |
| HSV(B) | 167.64º | 0.81% | 0.96% | - |
| XYZ | 44.68 | 70.25 | 68.33 | - |
| YUV | 180.83 | 141.07 | 31.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 245 | 204 | 0.81 | 0 | 0.17 | 0.04 | 167.64 | 0.91 | 0.57 |
| Hex | 2E | F5 | CC | 51 | 0 | 11 | 4 | A8 | 5B | 39 |
| Octal | 56 | 365 | 314 | 121 | 0 | 21 | 4 | 250 | 133 | 71 |
| Binary | 101110 | 11110101 | 11001100 | 1010001 | 0 | 10001 | 100 | 10101000 | 1011011 | 111001 |
Color Harmonies of #2EF5CC
Complementary color
Monochromatic Colors of #2EF5CC
Black with #2EF5CC
Text Example
Text Example
White with #2EF5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF5CC; }
p { color: rgb(46,245,204); }
H1.HeaderClassName
{
color: #2EF5CC;
}
.AnyTagClassName
{
color: #2EF5CC;
}
</style>
background-color css
<style>
a { background-color: #2EF5CC; }
a { background-color: rgb(46,245,204); }
div.DivClassName
{
background-color: #2EF5CC;
}
.BgClassName
{
background-color: #2EF5CC;
}
</style>
border-color css
<style>
span { border-color: #2EF5CC; }
span { border-color: rgb(46,245,204); }
td.TdClassName
{
border-color: #2EF5CC;
}
.TagClassName
{
border-color: #2EF5CC;
}
</style>