Html Css Color HEX #2ED9CF Turquoise

📋 copy color: '#2ED9CF'

red 46 ◦ green 217 ◦ blue 207

#2ED9CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #2ED9CF

Tints of Turquoise #2ED9CF

RGB

 RED value IS 46 (18.36% from 255) = 9.79%

 GREEN value IS 217 (85.16% from 255) = 46.17%

 BLUE value IS 207 (81.25% from 255) = 44.04%

R = 9.79%
G = 46.17%
B = 44.04%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#2ED9CF (or 0x2ED9CF) is known color: Turquoise. HEX triplet: 2E, D9 and CF. RGB value is (46,217,207). Sum of RGB (Red+Green+Blue) = 46+217+207=470 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.79% from 470); Green value is 217 (85.16% from 255 or 46.17% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 217 - color contains mainly: green. Hex color #2ED9CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED9CF is #D12630. Grayscale: #A4A4A4. Windows color (decimal): -13706801 or 13621550. OLE color: 13621550.

HSL color Cylindrical-coordinate representation of color #2ED9CF: hue angle of 176.49º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED9CF is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 46 217 207 -
CMYK 0.79 0 0.05 0.15
HSL 176.49º 0.69% 0.52% -
HSV(B) 176.49º 0.79% 0.85% -
XYZ 37.2 54.71 67.63 -
YUV 164.73 151.85 43.31 -
System Red Green Blue C M Y K H S L
Decimal 46 217 207 0.79 0 0.05 0.15 176.49 0.69 0.52
Hex 2E D9 CF 4F 0 5 F B0 45 34
Octal 56 331 317 117 0 5 17 260 105 64
Binary 101110 11011001 11001111 1001111 0 101 1111 10110000 1000101 110100

Color Harmonies of #2ED9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED9CF

Black with #2ED9CF

Text Example


Text Example

White with #2ED9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2ED9CF;
 }
 .AnyTagClassName
 {
   color: #2ED9CF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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