Html Css Color HEX #2EFFE6 Turquoise

📋 copy color: '#2EFFE6'

red 46 ◦ green 255 ◦ blue 230

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

Shades of Turquoise #2EFFE6

Tints of Turquoise #2EFFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.31%

R = 8.66%
G = 48.02%
B = 43.31%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#2EFFE6 (or 0x2EFFE6) is known color: Turquoise. HEX triplet: 2E, FF and E6. RGB value is (46,255,230). Sum of RGB (Red+Green+Blue) = 46+255+230=531 (70% of max value = 765). Red value is 46 (18.36% from 255 or 8.66% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 230 (90.23% from 255 or 43.31% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EFFE6 is #D10019. Grayscale: #BDBDBD. Windows color (decimal): -13697050 or 15138606. OLE color: 15138606.

HSL color Cylindrical-coordinate representation of color #2EFFE6: hue angle of 172.82º 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 #2EFFE6 is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 46 255 230 -
CMYK 0.82 0 0.10 0
HSL 172.82º 1% 0.59% -
HSV(B) 172.82º 0.82% 1% -
XYZ 51.17 77.81 87.19 -
YUV 189.66 150.76 25.53 -
System Red Green Blue C M Y K H S L
Decimal 46 255 230 0.82 0 0.10 0 172.82 1 0.59
Hex 2E FF E6 52 0 A 0 AD 64 3B
Octal 56 377 346 122 0 12 0 255 144 73
Binary 101110 11111111 11100110 1010010 0 1010 0 10101101 1100100 111011

Color Harmonies of #2EFFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFFE6

Black with #2EFFE6

Text Example


Text Example

White with #2EFFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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