Html Css Color HEX #2EE5F7 Turquoise

📋 copy color: '#2EE5F7'

red 46 ◦ green 229 ◦ blue 247

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

Shades of Turquoise #2EE5F7

Tints of Turquoise #2EE5F7

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.87%

 BLUE value IS 247 (96.88% from 255) = 47.32%

R = 8.81%
G = 43.87%
B = 47.32%

CMYK

 C value IS 0.81

 M value IS 0.07

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#2EE5F7 (or 0x2EE5F7) is known color: Turquoise. HEX triplet: 2E, E5 and F7. RGB value is (46,229,247). Sum of RGB (Red+Green+Blue) = 46+229+247=522 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.81% from 522); Green value is 229 (89.84% from 255 or 43.87% from 522); Blue value is 247 (96.88% from 255 or 47.32% from 522); Max value from RGB is 247 - color contains mainly: blue. Hex color #2EE5F7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EE5F7 is #D11A08. Grayscale: #B0B0B0. Windows color (decimal): -13703689 or 16246062. OLE color: 16246062.

HSL color Cylindrical-coordinate representation of color #2EE5F7: hue angle of 185.37º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EE5F7 is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 46 229 247 -
CMYK 0.81 0.07 0 0.03
HSL 185.37º 0.93% 0.57% -
HSV(B) 185.37º 0.81% 0.97% -
XYZ 45.93 63.33 97.8 -
YUV 176.34 167.87 35.04 -
System Red Green Blue C M Y K H S L
Decimal 46 229 247 0.81 0.07 0 0.03 185.37 0.93 0.57
Hex 2E E5 F7 51 7 0 3 B9 5D 39
Octal 56 345 367 121 7 0 3 271 135 71
Binary 101110 11100101 11110111 1010001 111 0 11 10111001 1011101 111001

Color Harmonies of #2EE5F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE5F7

Black with #2EE5F7

Text Example


Text Example

White with #2EE5F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,229,247); }

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

background-color css

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

 a { background-color: rgb(46,229,247); }

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

border-color css

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

 span { border-color: rgb(46,229,247); }

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