Html Css Color HEX #2ED8CC Turquoise

📋 copy color: '#2ED8CC'

red 46 ◦ green 216 ◦ blue 204

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

Shades of Turquoise #2ED8CC

Tints of Turquoise #2ED8CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.78%

R = 9.87%
G = 46.35%
B = 43.78%

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

#2ED8CC (or 0x2ED8CC) is known color: Turquoise. HEX triplet: 2E, D8 and CC. RGB value is (46,216,204). Sum of RGB (Red+Green+Blue) = 46+216+204=466 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.87% from 466); Green value is 216 (84.77% from 255 or 46.35% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED8CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED8CC is #D12733. Grayscale: #A3A3A3. Windows color (decimal): -13707060 or 13424686. OLE color: 13424686.

HSL color Cylindrical-coordinate representation of color #2ED8CC: hue angle of 175.76º 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 #2ED8CC is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 46 216 204 -
CMYK 0.79 0 0.06 0.15
HSL 175.76º 0.69% 0.51% -
HSV(B) 175.76º 0.79% 0.85% -
XYZ 36.58 54.05 65.63 -
YUV 163.8 150.68 43.98 -
System Red Green Blue C M Y K H S L
Decimal 46 216 204 0.79 0 0.06 0.15 175.76 0.69 0.51
Hex 2E D8 CC 4F 0 6 F B0 45 33
Octal 56 330 314 117 0 6 17 260 105 63
Binary 101110 11011000 11001100 1001111 0 110 1111 10110000 1000101 110011

Color Harmonies of #2ED8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED8CC

Black with #2ED8CC

Text Example


Text Example

White with #2ED8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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