Shades of Turquoise #2EDCCF
Tints of Turquoise #2EDCCF
RGB
CMYK
RGB Variations
Color information
#2EDCCF (or 0x2EDCCF) is known color: Turquoise. HEX triplet: 2E, DC and CF. RGB value is (46,220,207). Sum of RGB (Red+Green+Blue) = 46+220+207=473 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.73% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDCCF is #D12330. Grayscale: #A6A6A6. Windows color (decimal): -13706033 or 13622318. OLE color: 13622318.
HSL color Cylindrical-coordinate representation of color #2EDCCF: hue angle of 175.52º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDCCF is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 220 | 207 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.14 |
| HSL | 175.52º | 0.71% | 0.52% | - |
| HSV(B) | 175.52º | 0.79% | 0.86% | - |
| XYZ | 37.98 | 56.27 | 67.89 | - |
| YUV | 166.49 | 150.85 | 42.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 220 | 207 | 0.79 | 0 | 0.06 | 0.14 | 175.52 | 0.71 | 0.52 |
| Hex | 2E | DC | CF | 4F | 0 | 6 | E | B0 | 47 | 34 |
| Octal | 56 | 334 | 317 | 117 | 0 | 6 | 16 | 260 | 107 | 64 |
| Binary | 101110 | 11011100 | 11001111 | 1001111 | 0 | 110 | 1110 | 10110000 | 1000111 | 110100 |
Color Harmonies of #2EDCCF
Complementary color
Monochromatic Colors of #2EDCCF
Black with #2EDCCF
Text Example
Text Example
White with #2EDCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDCCF; }
p { color: rgb(46,220,207); }
H1.HeaderClassName
{
color: #2EDCCF;
}
.AnyTagClassName
{
color: #2EDCCF;
}
</style>
background-color css
<style>
a { background-color: #2EDCCF; }
a { background-color: rgb(46,220,207); }
div.DivClassName
{
background-color: #2EDCCF;
}
.BgClassName
{
background-color: #2EDCCF;
}
</style>
border-color css
<style>
span { border-color: #2EDCCF; }
span { border-color: rgb(46,220,207); }
td.TdClassName
{
border-color: #2EDCCF;
}
.TagClassName
{
border-color: #2EDCCF;
}
</style>