Html Css Color HEX #2EF4EE Turquoise

📋 copy color: '#2EF4EE'

red 46 ◦ green 244 ◦ blue 238

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

Shades of Turquoise #2EF4EE

Tints of Turquoise #2EF4EE

RGB

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

 GREEN value IS 244 (95.7% from 255) = 46.21%

 BLUE value IS 238 (93.36% from 255) = 45.08%

R = 8.71%
G = 46.21%
B = 45.08%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#2EF4EE (or 0x2EF4EE) is known color: Turquoise. HEX triplet: 2E, F4 and EE. RGB value is (46,244,238). Sum of RGB (Red+Green+Blue) = 46+244+238=528 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.71% from 528); Green value is 244 (95.70% from 255 or 46.21% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 244 - color contains mainly: green. Hex color #2EF4EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EF4EE is #D10B11. Grayscale: #B7B7B7. Windows color (decimal): -13699858 or 15660078. OLE color: 15660078.

HSL color Cylindrical-coordinate representation of color #2EF4EE: hue angle of 178.18º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF4EE is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 46 244 238 -
CMYK 0.81 0 0.02 0.04
HSL 178.18º 0.9% 0.57% -
HSV(B) 178.18º 0.81% 0.96% -
XYZ 48.91 71.46 92.1 -
YUV 184.11 158.4 29.49 -
System Red Green Blue C M Y K H S L
Decimal 46 244 238 0.81 0 0.02 0.04 178.18 0.9 0.57
Hex 2E F4 EE 51 0 2 4 B2 5A 39
Octal 56 364 356 121 0 2 4 262 132 71
Binary 101110 11110100 11101110 1010001 0 10 100 10110010 1011010 111001

Color Harmonies of #2EF4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF4EE

Black with #2EF4EE

Text Example


Text Example

White with #2EF4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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