Html Css Color HEX #2EF2CE Turquoise

📋 copy color: '#2EF2CE'

red 46 ◦ green 242 ◦ blue 206

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

Shades of Turquoise #2EF2CE

Tints of Turquoise #2EF2CE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.99%

 BLUE value IS 206 (80.86% from 255) = 41.7%

R = 9.31%
G = 48.99%
B = 41.7%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#2EF2CE (or 0x2EF2CE) is known color: Turquoise. HEX triplet: 2E, F2 and CE. RGB value is (46,242,206). Sum of RGB (Red+Green+Blue) = 46+242+206=494 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.31% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF2CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF2CE is #D10D31. Grayscale: #B3B3B3. Windows color (decimal): -13700402 or 13562414. OLE color: 13562414.

HSL color Cylindrical-coordinate representation of color #2EF2CE: hue angle of 168.98º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF2CE is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 242 206 -
CMYK 0.81 0 0.15 0.05
HSL 168.98º 0.88% 0.56% -
HSV(B) 168.98º 0.81% 0.95% -
XYZ 44.02 68.54 69.3 -
YUV 179.29 143.07 32.93 -
System Red Green Blue C M Y K H S L
Decimal 46 242 206 0.81 0 0.15 0.05 168.98 0.88 0.56
Hex 2E F2 CE 51 0 F 5 A9 58 38
Octal 56 362 316 121 0 17 5 251 130 70
Binary 101110 11110010 11001110 1010001 0 1111 101 10101001 1011000 111000

Color Harmonies of #2EF2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF2CE

Black with #2EF2CE

Text Example


Text Example

White with #2EF2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,242,206); }

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

background-color css

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

 a { background-color: rgb(46,242,206); }

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

border-color css

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

 span { border-color: rgb(46,242,206); }

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