Html Css Color HEX #2EFFDE Turquoise

📋 copy color: '#2EFFDE'

red 46 ◦ green 255 ◦ blue 222

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

Shades of Turquoise #2EFFDE

Tints of Turquoise #2EFFDE

RGB

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

 GREEN value IS 255 (100% from 255) = 48.76%

 BLUE value IS 222 (87.11% from 255) = 42.45%

R = 8.8%
G = 48.76%
B = 42.45%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#2EFFDE (or 0x2EFFDE) is known color: Turquoise. HEX triplet: 2E, FF and DE. RGB value is (46,255,222). Sum of RGB (Red+Green+Blue) = 46+255+222=523 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.80% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFFDE is #D10021. Grayscale: #BCBCBC. Windows color (decimal): -13697058 or 14614318. OLE color: 14614318.

HSL color Cylindrical-coordinate representation of color #2EFFDE: hue angle of 170.53º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFFDE is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 46 255 222 -
CMYK 0.82 0 0.13 0
HSL 170.53º 1% 0.59% -
HSV(B) 170.53º 0.82% 1% -
XYZ 50.07 77.37 81.4 -
YUV 188.75 146.76 26.18 -
System Red Green Blue C M Y K H S L
Decimal 46 255 222 0.82 0 0.13 0 170.53 1 0.59
Hex 2E FF DE 52 0 D 0 AB 64 3B
Octal 56 377 336 122 0 15 0 253 144 73
Binary 101110 11111111 11011110 1010010 0 1101 0 10101011 1100100 111011

Color Harmonies of #2EFFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFFDE

Black with #2EFFDE

Text Example


Text Example

White with #2EFFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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