Html Css Color HEX #2EE1FA Turquoise

📋 copy color: '#2EE1FA'

red 46 ◦ green 225 ◦ blue 250

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

Shades of Turquoise #2EE1FA

Tints of Turquoise #2EE1FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.98%

R = 8.83%
G = 43.19%
B = 47.98%

CMYK

 C value IS 0.82

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2EE1FA (or 0x2EE1FA) is known color: Turquoise. HEX triplet: 2E, E1 and FA. RGB value is (46,225,250). Sum of RGB (Red+Green+Blue) = 46+225+250=521 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.83% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #2EE1FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EE1FA is #D11E05. Grayscale: #AEAEAE. Windows color (decimal): -13704710 or 16441646. OLE color: 16441646.

HSL color Cylindrical-coordinate representation of color #2EE1FA: hue angle of 187.35º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EE1FA is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 225 250 -
CMYK 0.82 0.10 0 0.02
HSL 187.35º 0.95% 0.58% -
HSV(B) 187.35º 0.82% 0.98% -
XYZ 45.31 61.33 99.89 -
YUV 174.33 170.7 36.47 -
System Red Green Blue C M Y K H S L
Decimal 46 225 250 0.82 0.10 0 0.02 187.35 0.95 0.58
Hex 2E E1 FA 52 A 0 2 BB 5F 3A
Octal 56 341 372 122 12 0 2 273 137 72
Binary 101110 11100001 11111010 1010010 1010 0 10 10111011 1011111 111010

Color Harmonies of #2EE1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE1FA

Black with #2EE1FA

Text Example


Text Example

White with #2EE1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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