Html Css Color HEX #2EDAEE Turquoise

📋 copy color: '#2EDAEE'

red 46 ◦ green 218 ◦ blue 238

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

Shades of Turquoise #2EDAEE

Tints of Turquoise #2EDAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.41%

R = 9.16%
G = 43.43%
B = 47.41%

CMYK

 C value IS 0.81

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2EDAEE (or 0x2EDAEE) is known color: Turquoise. HEX triplet: 2E, DA and EE. RGB value is (46,218,238). Sum of RGB (Red+Green+Blue) = 46+218+238=502 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.16% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #2EDAEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDAEE is #D12511. Grayscale: #A8A8A8. Windows color (decimal): -13706514 or 15653422. OLE color: 15653422.

HSL color Cylindrical-coordinate representation of color #2EDAEE: hue angle of 186.25º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EDAEE is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 218 238 -
CMYK 0.81 0.08 0 0.07
HSL 186.25º 0.85% 0.56% -
HSV(B) 186.25º 0.81% 0.93% -
XYZ 41.63 56.9 89.68 -
YUV 168.85 167.02 40.37 -
System Red Green Blue C M Y K H S L
Decimal 46 218 238 0.81 0.08 0 0.07 186.25 0.85 0.56
Hex 2E DA EE 51 8 0 7 BA 55 38
Octal 56 332 356 121 10 0 7 272 125 70
Binary 101110 11011010 11101110 1010001 1000 0 111 10111010 1010101 111000

Color Harmonies of #2EDAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDAEE

Black with #2EDAEE

Text Example


Text Example

White with #2EDAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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