Shades of Turquoise #2ECFCB
Tints of Turquoise #2ECFCB
RGB
CMYK
RGB Variations
Color information
#2ECFCB (or 0x2ECFCB) is known color: Turquoise. HEX triplet: 2E, CF and CB. RGB value is (46,207,203). Sum of RGB (Red+Green+Blue) = 46+207+203=456 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.09% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECFCB is #D13034. Grayscale: #9E9E9E. Windows color (decimal): -13709365 or 13356846. OLE color: 13356846.
HSL color Cylindrical-coordinate representation of color #2ECFCB: hue angle of 178.51º 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 #2ECFCB is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 207 | 203 | - |
| CMYK | 0.78 | 0 | 0.02 | 0.19 |
| HSL | 178.51º | 0.64% | 0.5% | - |
| HSV(B) | 178.51º | 0.78% | 0.81% | - |
| XYZ | 34.22 | 49.52 | 64.25 | - |
| YUV | 158.41 | 153.16 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 203 | 0.78 | 0 | 0.02 | 0.19 | 178.51 | 0.64 | 0.5 |
| Hex | 2E | CF | CB | 4E | 0 | 2 | 13 | B3 | 40 | 32 |
| Octal | 56 | 317 | 313 | 116 | 0 | 2 | 23 | 263 | 100 | 62 |
| Binary | 101110 | 11001111 | 11001011 | 1001110 | 0 | 10 | 10011 | 10110011 | 1000000 | 110010 |
Color Harmonies of #2ECFCB
Complementary color
Monochromatic Colors of #2ECFCB
Black with #2ECFCB
Text Example
Text Example
White with #2ECFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECFCB; }
p { color: rgb(46,207,203); }
H1.HeaderClassName
{
color: #2ECFCB;
}
.AnyTagClassName
{
color: #2ECFCB;
}
</style>
background-color css
<style>
a { background-color: #2ECFCB; }
a { background-color: rgb(46,207,203); }
div.DivClassName
{
background-color: #2ECFCB;
}
.BgClassName
{
background-color: #2ECFCB;
}
</style>
border-color css
<style>
span { border-color: #2ECFCB; }
span { border-color: rgb(46,207,203); }
td.TdClassName
{
border-color: #2ECFCB;
}
.TagClassName
{
border-color: #2ECFCB;
}
</style>