Html Css Color HEX #2EFFEF Turquoise

📋 copy color: '#2EFFEF'

red 46 ◦ green 255 ◦ blue 239

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

Shades of Turquoise #2EFFEF

Tints of Turquoise #2EFFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.26%

R = 8.52%
G = 47.22%
B = 44.26%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#2EFFEF (or 0x2EFFEF) is known color: Turquoise. HEX triplet: 2E, FF and EF. RGB value is (46,255,239). Sum of RGB (Red+Green+Blue) = 46+255+239=540 (71% of max value = 765). Red value is 46 (18.36% from 255 or 8.52% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EFFEF is #D10010. Grayscale: #BEBEBE. Windows color (decimal): -13697041 or 15728430. OLE color: 15728430.

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

Color convert

RGB 46 255 239 -
CMYK 0.82 0 0.06 0
HSL 175.41º 1% 0.59% -
HSV(B) 175.41º 0.82% 1% -
XYZ 52.47 78.33 94.02 -
YUV 190.69 155.26 24.8 -
System Red Green Blue C M Y K H S L
Decimal 46 255 239 0.82 0 0.06 0 175.41 1 0.59
Hex 2E FF EF 52 0 6 0 AF 64 3B
Octal 56 377 357 122 0 6 0 257 144 73
Binary 101110 11111111 11101111 1010010 0 110 0 10101111 1100100 111011

Color Harmonies of #2EFFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFFEF

Black with #2EFFEF

Text Example


Text Example

White with #2EFFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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