Html Css Color HEX #2EE1F2 Turquoise

📋 copy color: '#2EE1F2'

red 46 ◦ green 225 ◦ blue 242

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

Shades of Turquoise #2EE1F2

Tints of Turquoise #2EE1F2

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.86%

 BLUE value IS 242 (94.92% from 255) = 47.17%

R = 8.97%
G = 43.86%
B = 47.17%

CMYK

 C value IS 0.81

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2EE1F2 (or 0x2EE1F2) is known color: Turquoise. HEX triplet: 2E, E1 and F2. RGB value is (46,225,242). Sum of RGB (Red+Green+Blue) = 46+225+242=513 (67% of max value = 765). Red value is 46 (18.36% from 255 or 8.97% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #2EE1F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EE1F2 is #D11E0D. Grayscale: #ADADAD. Windows color (decimal): -13704718 or 15917358. OLE color: 15917358.

HSL color Cylindrical-coordinate representation of color #2EE1F2: hue angle of 185.2º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EE1F2 is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 225 242 -
CMYK 0.81 0.07 0 0.05
HSL 185.2º 0.88% 0.56% -
HSV(B) 185.2º 0.81% 0.95% -
XYZ 44.08 60.84 93.42 -
YUV 173.42 166.7 37.12 -
System Red Green Blue C M Y K H S L
Decimal 46 225 242 0.81 0.07 0 0.05 185.2 0.88 0.56
Hex 2E E1 F2 51 7 0 5 B9 58 38
Octal 56 341 362 121 7 0 5 271 130 70
Binary 101110 11100001 11110010 1010001 111 0 101 10111001 1011000 111000

Color Harmonies of #2EE1F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE1F2

Black with #2EE1F2

Text Example


Text Example

White with #2EE1F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,225,242); }

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

background-color css

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

 a { background-color: rgb(46,225,242); }

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

border-color css

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

 span { border-color: rgb(46,225,242); }

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