Html Css Color HEX #2EE1D3 Turquoise

📋 copy color: '#2EE1D3'

red 46 ◦ green 225 ◦ blue 211

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

Shades of Turquoise #2EE1D3

Tints of Turquoise #2EE1D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.78%

R = 9.54%
G = 46.68%
B = 43.78%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#2EE1D3 (or 0x2EE1D3) is known color: Turquoise. HEX triplet: 2E, E1 and D3. RGB value is (46,225,211). Sum of RGB (Red+Green+Blue) = 46+225+211=482 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.54% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE1D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EE1D3 is #D11E2C. Grayscale: #A9A9A9. Windows color (decimal): -13704749 or 13885742. OLE color: 13885742.

HSL color Cylindrical-coordinate representation of color #2EE1D3: hue angle of 175.31º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE1D3 is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 225 211 -
CMYK 0.80 0 0.06 0.12
HSL 175.31º 0.75% 0.53% -
HSV(B) 175.31º 0.8% 0.88% -
XYZ 39.81 59.13 70.94 -
YUV 169.88 151.2 39.64 -
System Red Green Blue C M Y K H S L
Decimal 46 225 211 0.80 0 0.06 0.12 175.31 0.75 0.53
Hex 2E E1 D3 50 0 6 C AF 4B 35
Octal 56 341 323 120 0 6 14 257 113 65
Binary 101110 11100001 11010011 1010000 0 110 1100 10101111 1001011 110101

Color Harmonies of #2EE1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE1D3

Black with #2EE1D3

Text Example


Text Example

White with #2EE1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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