Html Css Color HEX #2EDDC8 Turquoise

📋 copy color: '#2EDDC8'

red 46 ◦ green 221 ◦ blue 200

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

Shades of Turquoise #2EDDC8

Tints of Turquoise #2EDDC8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.32%

 BLUE value IS 200 (78.52% from 255) = 42.83%

R = 9.85%
G = 47.32%
B = 42.83%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#2EDDC8 (or 0x2EDDC8) is known color: Turquoise. HEX triplet: 2E, DD and C8. RGB value is (46,221,200). Sum of RGB (Red+Green+Blue) = 46+221+200=467 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.85% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDDC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDDC8 is #D12237. Grayscale: #A6A6A6. Windows color (decimal): -13705784 or 13163822. OLE color: 13163822.

HSL color Cylindrical-coordinate representation of color #2EDDC8: hue angle of 172.8º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDDC8 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 221 200 -
CMYK 0.79 0 0.10 0.13
HSL 172.8º 0.72% 0.52% -
HSV(B) 172.8º 0.79% 0.87% -
XYZ 37.41 56.46 63.57 -
YUV 166.28 147.02 42.21 -
System Red Green Blue C M Y K H S L
Decimal 46 221 200 0.79 0 0.10 0.13 172.8 0.72 0.52
Hex 2E DD C8 4F 0 A D AD 48 34
Octal 56 335 310 117 0 12 15 255 110 64
Binary 101110 11011101 11001000 1001111 0 1010 1101 10101101 1001000 110100

Color Harmonies of #2EDDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDDC8

Black with #2EDDC8

Text Example


Text Example

White with #2EDDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,221,200); }

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

background-color css

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

 a { background-color: rgb(46,221,200); }

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

border-color css

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

 span { border-color: rgb(46,221,200); }

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