Html Css Color HEX #2EEEED Turquoise

📋 copy color: '#2EEEED'

red 46 ◦ green 238 ◦ blue 237

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

Shades of Turquoise #2EEEED

Tints of Turquoise #2EEEED

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.68%

 BLUE value IS 237 (92.97% from 255) = 45.49%

R = 8.83%
G = 45.68%
B = 45.49%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#2EEEED (or 0x2EEEED) is known color: Turquoise. HEX triplet: 2E, EE and ED. RGB value is (46,238,237). Sum of RGB (Red+Green+Blue) = 46+238+237=521 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.83% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EEEED is #D11112. Grayscale: #B4B4B4. Windows color (decimal): -13701395 or 15593006. OLE color: 15593006.

HSL color Cylindrical-coordinate representation of color #2EEEED: hue angle of 179.69º 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 #2EEEED is Cyan = 0.81, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 238 237 -
CMYK 0.81 0 0.00 0.07
HSL 179.69º 0.85% 0.56% -
HSV(B) 179.69º 0.81% 0.93% -
XYZ 46.99 67.84 90.74 -
YUV 180.48 159.89 32.08 -
System Red Green Blue C M Y K H S L
Decimal 46 238 237 0.81 0 0.00 0.07 179.69 0.85 0.56
Hex 2E EE ED 51 0 0 7 B4 55 38
Octal 56 356 355 121 0 0 7 264 125 70
Binary 101110 11101110 11101101 1010001 0 0 111 10110100 1010101 111000

Color Harmonies of #2EEEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEEED

Black with #2EEEED

Text Example


Text Example

White with #2EEEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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