Html Css Color HEX #2EFBDE Turquoise

📋 copy color: '#2EFBDE'

red 46 ◦ green 251 ◦ blue 222

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

Shades of Turquoise #2EFBDE

Tints of Turquoise #2EFBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.77%

R = 8.86%
G = 48.36%
B = 42.77%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#2EFBDE (or 0x2EFBDE) is known color: Turquoise. HEX triplet: 2E, FB and DE. RGB value is (46,251,222). Sum of RGB (Red+Green+Blue) = 46+251+222=519 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.86% from 519); Green value is 251 (98.44% from 255 or 48.36% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFBDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFBDE is #D10421. Grayscale: #BABABA. Windows color (decimal): -13698082 or 14613294. OLE color: 14613294.

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

Color convert

RGB 46 251 222 -
CMYK 0.82 0 0.12 0.02
HSL 171.51º 0.96% 0.58% -
HSV(B) 171.51º 0.82% 0.98% -
XYZ 48.81 74.85 80.98 -
YUV 186.4 148.08 27.86 -
System Red Green Blue C M Y K H S L
Decimal 46 251 222 0.82 0 0.12 0.02 171.51 0.96 0.58
Hex 2E FB DE 52 0 C 2 AC 60 3A
Octal 56 373 336 122 0 14 2 254 140 72
Binary 101110 11111011 11011110 1010010 0 1100 10 10101100 1100000 111010

Color Harmonies of #2EFBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFBDE

Black with #2EFBDE

Text Example


Text Example

White with #2EFBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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