Html Css Color HEX #2EF8DF Turquoise

📋 copy color: '#2EF8DF'

red 46 ◦ green 248 ◦ blue 223

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

Shades of Turquoise #2EF8DF

Tints of Turquoise #2EF8DF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.97%

 BLUE value IS 223 (87.5% from 255) = 43.13%

R = 8.9%
G = 47.97%
B = 43.13%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#2EF8DF (or 0x2EF8DF) is known color: Turquoise. HEX triplet: 2E, F8 and DF. RGB value is (46,248,223). Sum of RGB (Red+Green+Blue) = 46+248+223=517 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.90% from 517); Green value is 248 (97.27% from 255 or 47.97% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 248 - color contains mainly: green. Hex color #2EF8DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF8DF is #D10720. Grayscale: #B8B8B8. Windows color (decimal): -13698849 or 14678062. OLE color: 14678062.

HSL color Cylindrical-coordinate representation of color #2EF8DF: hue angle of 172.57º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF8DF is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 46 248 223 -
CMYK 0.81 0 0.10 0.03
HSL 172.57º 0.94% 0.58% -
HSV(B) 172.57º 0.81% 0.97% -
XYZ 48.01 73.04 81.38 -
YUV 184.75 149.58 29.03 -
System Red Green Blue C M Y K H S L
Decimal 46 248 223 0.81 0 0.10 0.03 172.57 0.94 0.58
Hex 2E F8 DF 51 0 A 3 AD 5E 3A
Octal 56 370 337 121 0 12 3 255 136 72
Binary 101110 11111000 11011111 1010001 0 1010 11 10101101 1011110 111010

Color Harmonies of #2EF8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF8DF

Black with #2EF8DF

Text Example


Text Example

White with #2EF8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,248,223); }

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

background-color css

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

 a { background-color: rgb(46,248,223); }

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

border-color css

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

 span { border-color: rgb(46,248,223); }

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