Html Css Color HEX #2EE7F4 Turquoise

📋 copy color: '#2EE7F4'

red 46 ◦ green 231 ◦ blue 244

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

Shades of Turquoise #2EE7F4

Tints of Turquoise #2EE7F4

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.34%

 BLUE value IS 244 (95.7% from 255) = 46.83%

R = 8.83%
G = 44.34%
B = 46.83%

CMYK

 C value IS 0.81

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2EE7F4 (or 0x2EE7F4) is known color: Turquoise. HEX triplet: 2E, E7 and F4. RGB value is (46,231,244). Sum of RGB (Red+Green+Blue) = 46+231+244=521 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.83% from 521); Green value is 231 (90.62% from 255 or 44.34% from 521); Blue value is 244 (95.70% from 255 or 46.83% from 521); Max value from RGB is 244 - color contains mainly: blue. Hex color #2EE7F4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EE7F4 is #D1180B. Grayscale: #B0B0B0. Windows color (decimal): -13703180 or 16049966. OLE color: 16049966.

HSL color Cylindrical-coordinate representation of color #2EE7F4: hue angle of 183.94º 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 #2EE7F4 is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 46 231 244 -
CMYK 0.81 0.05 0 0.04
HSL 183.94º 0.9% 0.57% -
HSV(B) 183.94º 0.81% 0.96% -
XYZ 46.03 64.26 95.57 -
YUV 177.17 165.71 34.44 -
System Red Green Blue C M Y K H S L
Decimal 46 231 244 0.81 0.05 0 0.04 183.94 0.9 0.57
Hex 2E E7 F4 51 5 0 4 B8 5A 39
Octal 56 347 364 121 5 0 4 270 132 71
Binary 101110 11100111 11110100 1010001 101 0 100 10111000 1011010 111001

Color Harmonies of #2EE7F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE7F4

Black with #2EE7F4

Text Example


Text Example

White with #2EE7F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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