Html Css Color HEX #2EFECC Turquoise

📋 copy color: '#2EFECC'

red 46 ◦ green 254 ◦ blue 204

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

Shades of Turquoise #2EFECC

Tints of Turquoise #2EFECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.48%

R = 9.13%
G = 50.4%
B = 40.48%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#2EFECC (or 0x2EFECC) is known color: Turquoise. HEX triplet: 2E, FE and CC. RGB value is (46,254,204). Sum of RGB (Red+Green+Blue) = 46+254+204=504 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.13% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFECC is #D10133. Grayscale: #BABABA. Windows color (decimal): -13697332 or 13434414. OLE color: 13434414.

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

Color convert

RGB 46 254 204 -
CMYK 0.82 0 0.20 0.00
HSL 165.58º 0.99% 0.59% -
HSV(B) 165.58º 0.82% 1% -
XYZ 47.47 75.82 69.26 -
YUV 186.11 138.09 28.07 -
System Red Green Blue C M Y K H S L
Decimal 46 254 204 0.82 0 0.20 0.00 165.58 0.99 0.59
Hex 2E FE CC 52 0 14 0 A6 63 3B
Octal 56 376 314 122 0 24 0 246 143 73
Binary 101110 11111110 11001100 1010010 0 10100 0 10100110 1100011 111011

Color Harmonies of #2EFECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFECC

Black with #2EFECC

Text Example


Text Example

White with #2EFECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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