Html Css Color HEX #2EDAD8 Turquoise

📋 copy color: '#2EDAD8'

red 46 ◦ green 218 ◦ blue 216

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

Shades of Turquoise #2EDAD8

Tints of Turquoise #2EDAD8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.42%

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

R = 9.58%
G = 45.42%
B = 45%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#2EDAD8 (or 0x2EDAD8) is known color: Turquoise. HEX triplet: 2E, DA and D8. RGB value is (46,218,216). Sum of RGB (Red+Green+Blue) = 46+218+216=480 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.58% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 216 (84.77% from 255 or 45% from 480); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDAD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDAD8 is #D12527. Grayscale: #A6A6A6. Windows color (decimal): -13706536 or 14211630. OLE color: 14211630.

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

Color convert

RGB 46 218 216 -
CMYK 0.79 0 0.01 0.15
HSL 179.3º 0.7% 0.52% -
HSV(B) 179.3º 0.79% 0.85% -
XYZ 38.59 55.68 73.68 -
YUV 166.34 156.02 42.16 -
System Red Green Blue C M Y K H S L
Decimal 46 218 216 0.79 0 0.01 0.15 179.3 0.7 0.52
Hex 2E DA D8 4F 0 1 F B3 46 34
Octal 56 332 330 117 0 1 17 263 106 64
Binary 101110 11011010 11011000 1001111 0 1 1111 10110011 1000110 110100

Color Harmonies of #2EDAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDAD8

Black with #2EDAD8

Text Example


Text Example

White with #2EDAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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