Html Css Color HEX #2EFBE6 Turquoise

📋 copy color: '#2EFBE6'

red 46 ◦ green 251 ◦ blue 230

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

Shades of Turquoise #2EFBE6

Tints of Turquoise #2EFBE6

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.63%

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

R = 8.73%
G = 47.63%
B = 43.64%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#2EFBE6 (or 0x2EFBE6) is known color: Turquoise. HEX triplet: 2E, FB and E6. RGB value is (46,251,230). Sum of RGB (Red+Green+Blue) = 46+251+230=527 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.73% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 230 (90.23% from 255 or 43.64% from 527); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFBE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EFBE6 is #D10419. Grayscale: #BBBBBB. Windows color (decimal): -13698074 or 15137582. OLE color: 15137582.

HSL color Cylindrical-coordinate representation of color #2EFBE6: hue angle of 173.85º degrees, saturation: 0.96, 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 #2EFBE6 is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 251 230 -
CMYK 0.82 0 0.08 0.02
HSL 173.85º 0.96% 0.58% -
HSV(B) 173.85º 0.82% 0.98% -
XYZ 49.91 75.29 86.76 -
YUV 187.31 152.08 27.21 -
System Red Green Blue C M Y K H S L
Decimal 46 251 230 0.82 0 0.08 0.02 173.85 0.96 0.58
Hex 2E FB E6 52 0 8 2 AE 60 3A
Octal 56 373 346 122 0 10 2 256 140 72
Binary 101110 11111011 11100110 1010010 0 1000 10 10101110 1100000 111010

Color Harmonies of #2EFBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFBE6

Black with #2EFBE6

Text Example


Text Example

White with #2EFBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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