Html Css Color HEX #2EF4CD Turquoise

📋 copy color: '#2EF4CD'

red 46 ◦ green 244 ◦ blue 205

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

Shades of Turquoise #2EF4CD

Tints of Turquoise #2EF4CD

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49.29%

 BLUE value IS 205 (80.47% from 255) = 41.41%

R = 9.29%
G = 49.29%
B = 41.41%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#2EF4CD (or 0x2EF4CD) is known color: Turquoise. HEX triplet: 2E, F4 and CD. RGB value is (46,244,205). Sum of RGB (Red+Green+Blue) = 46+244+205=495 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.29% from 495); Green value is 244 (95.70% from 255 or 49.29% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 244 - color contains mainly: green. Hex color #2EF4CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF4CD is #D10B32. Grayscale: #B4B4B4. Windows color (decimal): -13699891 or 13497390. OLE color: 13497390.

HSL color Cylindrical-coordinate representation of color #2EF4CD: hue angle of 168.18º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF4CD is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 46 244 205 -
CMYK 0.81 0 0.16 0.04
HSL 168.18º 0.9% 0.57% -
HSV(B) 168.18º 0.81% 0.96% -
XYZ 44.5 69.69 68.86 -
YUV 180.35 141.9 32.17 -
System Red Green Blue C M Y K H S L
Decimal 46 244 205 0.81 0 0.16 0.04 168.18 0.9 0.57
Hex 2E F4 CD 51 0 10 4 A8 5A 39
Octal 56 364 315 121 0 20 4 250 132 71
Binary 101110 11110100 11001101 1010001 0 10000 100 10101000 1011010 111001

Color Harmonies of #2EF4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF4CD

Black with #2EF4CD

Text Example


Text Example

White with #2EF4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,244,205); }

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

background-color css

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

 a { background-color: rgb(46,244,205); }

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

border-color css

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

 span { border-color: rgb(46,244,205); }

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