Html Css Color HEX #2ED8CB Turquoise

📋 copy color: '#2ED8CB'

red 46 ◦ green 216 ◦ blue 203

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

Shades of Turquoise #2ED8CB

Tints of Turquoise #2ED8CB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.45%

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

R = 9.89%
G = 46.45%
B = 43.66%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#2ED8CB (or 0x2ED8CB) is known color: Turquoise. HEX triplet: 2E, D8 and CB. RGB value is (46,216,203). Sum of RGB (Red+Green+Blue) = 46+216+203=465 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.89% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED8CB is #D12734. Grayscale: #A3A3A3. Windows color (decimal): -13707061 or 13359150. OLE color: 13359150.

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

Color convert

RGB 46 216 203 -
CMYK 0.79 0 0.06 0.15
HSL 175.41º 0.69% 0.51% -
HSV(B) 175.41º 0.79% 0.85% -
XYZ 36.46 54 65 -
YUV 163.69 150.18 44.06 -
System Red Green Blue C M Y K H S L
Decimal 46 216 203 0.79 0 0.06 0.15 175.41 0.69 0.51
Hex 2E D8 CB 4F 0 6 F AF 45 33
Octal 56 330 313 117 0 6 17 257 105 63
Binary 101110 11011000 11001011 1001111 0 110 1111 10101111 1000101 110011

Color Harmonies of #2ED8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED8CB

Black with #2ED8CB

Text Example


Text Example

White with #2ED8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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