Html Css Color HEX #2EE0F3 Turquoise

📋 copy color: '#2EE0F3'

red 46 ◦ green 224 ◦ blue 243

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

Shades of Turquoise #2EE0F3

Tints of Turquoise #2EE0F3

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.66%

 BLUE value IS 243 (95.31% from 255) = 47.37%

R = 8.97%
G = 43.66%
B = 47.37%

CMYK

 C value IS 0.81

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2EE0F3 (or 0x2EE0F3) is known color: Turquoise. HEX triplet: 2E, E0 and F3. RGB value is (46,224,243). Sum of RGB (Red+Green+Blue) = 46+224+243=513 (67% of max value = 765). Red value is 46 (18.36% from 255 or 8.97% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 243 (95.31% from 255 or 47.37% from 513); Max value from RGB is 243 - color contains mainly: blue. Hex color #2EE0F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EE0F3 is #D11F0C. Grayscale: #ACACAC. Windows color (decimal): -13704973 or 15982638. OLE color: 15982638.

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

Color convert

RGB 46 224 243 -
CMYK 0.81 0.08 0 0.05
HSL 185.79º 0.89% 0.57% -
HSV(B) 185.79º 0.81% 0.95% -
XYZ 43.96 60.36 94.13 -
YUV 172.94 167.53 37.46 -
System Red Green Blue C M Y K H S L
Decimal 46 224 243 0.81 0.08 0 0.05 185.79 0.89 0.57
Hex 2E E0 F3 51 8 0 5 BA 59 39
Octal 56 340 363 121 10 0 5 272 131 71
Binary 101110 11100000 11110011 1010001 1000 0 101 10111010 1011001 111001

Color Harmonies of #2EE0F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE0F3

Black with #2EE0F3

Text Example


Text Example

White with #2EE0F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,224,243); }

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

background-color css

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

 a { background-color: rgb(46,224,243); }

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

border-color css

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

 span { border-color: rgb(46,224,243); }

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