Html Css Color HEX #2EDED8 Turquoise

📋 copy color: '#2EDED8'

red 46 ◦ green 222 ◦ blue 216

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

Shades of Turquoise #2EDED8

Tints of Turquoise #2EDED8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.87%

 BLUE value IS 216 (84.77% from 255) = 44.63%

R = 9.5%
G = 45.87%
B = 44.63%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#2EDED8 (or 0x2EDED8) is known color: Turquoise. HEX triplet: 2E, DE and D8. RGB value is (46,222,216). Sum of RGB (Red+Green+Blue) = 46+222+216=484 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.50% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 216 (84.77% from 255 or 44.63% from 484); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDED8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDED8 is #D12127. Grayscale: #A8A8A8. Windows color (decimal): -13705512 or 14212654. OLE color: 14212654.

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

Color convert

RGB 46 222 216 -
CMYK 0.79 0 0.03 0.13
HSL 177.95º 0.73% 0.53% -
HSV(B) 177.95º 0.79% 0.87% -
XYZ 39.64 57.78 74.03 -
YUV 168.69 154.69 40.49 -
System Red Green Blue C M Y K H S L
Decimal 46 222 216 0.79 0 0.03 0.13 177.95 0.73 0.53
Hex 2E DE D8 4F 0 3 D B2 49 35
Octal 56 336 330 117 0 3 15 262 111 65
Binary 101110 11011110 11011000 1001111 0 11 1101 10110010 1001001 110101

Color Harmonies of #2EDED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDED8

Black with #2EDED8

Text Example


Text Example

White with #2EDED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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