Shades of Turquoise #2ECFCC
Tints of Turquoise #2ECFCC
RGB
CMYK
RGB Variations
Color information
#2ECFCC (or 0x2ECFCC) is known color: Turquoise. HEX triplet: 2E, CF and CC. RGB value is (46,207,204). Sum of RGB (Red+Green+Blue) = 46+207+204=457 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.07% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECFCC is #D13033. Grayscale: #9E9E9E. Windows color (decimal): -13709364 or 13422382. OLE color: 13422382.
HSL color Cylindrical-coordinate representation of color #2ECFCC: hue angle of 178.88º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECFCC is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 207 | 204 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.19 |
| HSL | 178.88º | 0.64% | 0.5% | - |
| HSV(B) | 178.88º | 0.78% | 0.81% | - |
| XYZ | 34.34 | 49.57 | 64.88 | - |
| YUV | 158.52 | 153.66 | 47.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 204 | 0.78 | 0 | 0.01 | 0.19 | 178.88 | 0.64 | 0.5 |
| Hex | 2E | CF | CC | 4E | 0 | 1 | 13 | B3 | 40 | 32 |
| Octal | 56 | 317 | 314 | 116 | 0 | 1 | 23 | 263 | 100 | 62 |
| Binary | 101110 | 11001111 | 11001100 | 1001110 | 0 | 1 | 10011 | 10110011 | 1000000 | 110010 |
Color Harmonies of #2ECFCC
Complementary color
Monochromatic Colors of #2ECFCC
Black with #2ECFCC
Text Example
Text Example
White with #2ECFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECFCC; }
p { color: rgb(46,207,204); }
H1.HeaderClassName
{
color: #2ECFCC;
}
.AnyTagClassName
{
color: #2ECFCC;
}
</style>
background-color css
<style>
a { background-color: #2ECFCC; }
a { background-color: rgb(46,207,204); }
div.DivClassName
{
background-color: #2ECFCC;
}
.BgClassName
{
background-color: #2ECFCC;
}
</style>
border-color css
<style>
span { border-color: #2ECFCC; }
span { border-color: rgb(46,207,204); }
td.TdClassName
{
border-color: #2ECFCC;
}
.TagClassName
{
border-color: #2ECFCC;
}
</style>