Html Css Color HEX #2ED0CB Turquoise

📋 copy color: '#2ED0CB'

red 46 ◦ green 208 ◦ blue 203

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

Shades of Turquoise #2ED0CB

Tints of Turquoise #2ED0CB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.51%

 BLUE value IS 203 (79.69% from 255) = 44.42%

R = 10.07%
G = 45.51%
B = 44.42%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#2ED0CB (or 0x2ED0CB) is known color: Turquoise. HEX triplet: 2E, D0 and CB. RGB value is (46,208,203). Sum of RGB (Red+Green+Blue) = 46+208+203=457 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.07% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 208 - color contains mainly: green. Hex color #2ED0CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED0CB is #D12F34. Grayscale: #9E9E9E. Windows color (decimal): -13709109 or 13357102. OLE color: 13357102.

HSL color Cylindrical-coordinate representation of color #2ED0CB: hue angle of 178.15º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED0CB is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 46 208 203 -
CMYK 0.78 0 0.02 0.18
HSL 178.15º 0.64% 0.5% -
HSV(B) 178.15º 0.78% 0.82% -
XYZ 34.46 50 64.34 -
YUV 158.99 152.83 47.41 -
System Red Green Blue C M Y K H S L
Decimal 46 208 203 0.78 0 0.02 0.18 178.15 0.64 0.5
Hex 2E D0 CB 4E 0 2 12 B2 40 32
Octal 56 320 313 116 0 2 22 262 100 62
Binary 101110 11010000 11001011 1001110 0 10 10010 10110010 1000000 110010

Color Harmonies of #2ED0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED0CB

Black with #2ED0CB

Text Example


Text Example

White with #2ED0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,208,203); }

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

background-color css

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

 a { background-color: rgb(46,208,203); }

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

border-color css

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

 span { border-color: rgb(46,208,203); }

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