Html Css Color HEX #2EFFE9 Turquoise

📋 copy color: '#2EFFE9'

red 46 ◦ green 255 ◦ blue 233

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

Shades of Turquoise #2EFFE9

Tints of Turquoise #2EFFE9

RGB

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

 GREEN value IS 255 (100% from 255) = 47.75%

 BLUE value IS 233 (91.41% from 255) = 43.63%

R = 8.61%
G = 47.75%
B = 43.63%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#2EFFE9 (or 0x2EFFE9) is known color: Turquoise. HEX triplet: 2E, FF and E9. RGB value is (46,255,233). Sum of RGB (Red+Green+Blue) = 46+255+233=534 (70% of max value = 765). Red value is 46 (18.36% from 255 or 8.61% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 233 (91.41% from 255 or 43.63% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EFFE9 is #D10016. Grayscale: #BDBDBD. Windows color (decimal): -13697047 or 15335214. OLE color: 15335214.

HSL color Cylindrical-coordinate representation of color #2EFFE9: hue angle of 173.68º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFFE9 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB 46 255 233 -
CMYK 0.82 0 0.09 0
HSL 173.68º 1% 0.59% -
HSV(B) 173.68º 0.82% 1% -
XYZ 51.59 77.98 89.42 -
YUV 190 152.26 25.29 -
System Red Green Blue C M Y K H S L
Decimal 46 255 233 0.82 0 0.09 0 173.68 1 0.59
Hex 2E FF E9 52 0 9 0 AE 64 3B
Octal 56 377 351 122 0 11 0 256 144 73
Binary 101110 11111111 11101001 1010010 0 1001 0 10101110 1100100 111011

Color Harmonies of #2EFFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFFE9

Black with #2EFFE9

Text Example


Text Example

White with #2EFFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,255,233); }

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

background-color css

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

 a { background-color: rgb(46,255,233); }

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

border-color css

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

 span { border-color: rgb(46,255,233); }

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