Html Css Color HEX #2EFEE0 Turquoise

📋 copy color: '#2EFEE0'

red 46 ◦ green 254 ◦ blue 224

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

Shades of Turquoise #2EFEE0

Tints of Turquoise #2EFEE0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.47%

 BLUE value IS 224 (87.89% from 255) = 42.75%

R = 8.78%
G = 48.47%
B = 42.75%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#2EFEE0 (or 0x2EFEE0) is known color: Turquoise. HEX triplet: 2E, FE and E0. RGB value is (46,254,224). Sum of RGB (Red+Green+Blue) = 46+254+224=524 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.78% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 224 (87.89% from 255 or 42.75% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFEE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFEE0 is #D1011F. Grayscale: #BCBCBC. Windows color (decimal): -13697312 or 14745134. OLE color: 14745134.

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

Color convert

RGB 46 254 224 -
CMYK 0.82 0 0.12 0.00
HSL 171.35º 0.99% 0.59% -
HSV(B) 171.35º 0.82% 1% -
XYZ 50.02 76.85 82.72 -
YUV 188.39 148.09 26.44 -
System Red Green Blue C M Y K H S L
Decimal 46 254 224 0.82 0 0.12 0.00 171.35 0.99 0.59
Hex 2E FE E0 52 0 C 0 AB 63 3B
Octal 56 376 340 122 0 14 0 253 143 73
Binary 101110 11111110 11100000 1010010 0 1100 0 10101011 1100011 111011

Color Harmonies of #2EFEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFEE0

Black with #2EFEE0

Text Example


Text Example

White with #2EFEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,254,224); }

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

background-color css

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

 a { background-color: rgb(46,254,224); }

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

border-color css

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

 span { border-color: rgb(46,254,224); }

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