#2ED6CF

Color #2ED6CF Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #2ED6CF

Tints of Turquoise #2ED6CF

Color information

#2ED6CF (or 0x2ED6CF) is unknown color: approx Turquoise. HEX triplet: 2E, D6 and CF. RGB value is (46,214,207). Sum of RGB (Red+Green+Blue) = 46+214+207=467 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.85% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED6CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED6CF is #D12930. Grayscale: #A2A2A2. Windows color (decimal): -13707569 or 13620782. OLE color: 13620782.

HSL color Cylindrical-coordinate representation of color #2ED6CF: hue angle of 177.5º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED6CF is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB46214207-
CMYK0.7900.030.16
HSL177.5º67.2%50.98%-
HSV(B)177.5º78.5%83.92%-
XYZ36.4453.1867.38-
YUV162.97152.8444.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 9.85%
GREEN value IS 214 (83.98% from 255) = 45.82%
BLUE value IS 207 (81.25% from 255) = 44.33%
R=9.85%
G=45.82%
B=44.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal462142070.7900.030.16177.567.250.98
Hex2ED6CF4F0310b24333
Octal56326317117032026210363
Binary1011101101011011001111100111101110000101100101000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ED6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2ED6CF; }

 p { color: rgb(46,214,207); }

 H1.HeaderClassName
 {
   color: #2ED6CF;
 }
 .AnyTagClassName
 {
   color: #2ED6CF;
 }
</style>
background-color css

<style>
 a { background-color: #2ED6CF; }

 a { background-color: rgb(46,214,207); }

 div.DivClassName
 {
   background-color: #2ED6CF;
 }
 .BgClassName
 {
   background-color: #2ED6CF;
 }
</style>
border-color css

<style>
 span { border-color: #2ED6CF; }

 span { border-color: rgb(46,214,207); }

 td.TdClassName
 {
   border-color: #2ED6CF;
 }
 .TagClassName
 {
   border-color: #2ED6CF;
 }
</style>