Html Css Color HEX #2EF1CF Turquoise

📋 copy color: '#2EF1CF'

red 46 ◦ green 241 ◦ blue 207

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

Shades of Turquoise #2EF1CF

Tints of Turquoise #2EF1CF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.79%

 BLUE value IS 207 (81.25% from 255) = 41.9%

R = 9.31%
G = 48.79%
B = 41.9%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#2EF1CF (or 0x2EF1CF) is known color: Turquoise. HEX triplet: 2E, F1 and CF. RGB value is (46,241,207). Sum of RGB (Red+Green+Blue) = 46+241+207=494 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.31% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF1CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF1CF is #D10E30. Grayscale: #B2B2B2. Windows color (decimal): -13700657 or 13627694. OLE color: 13627694.

HSL color Cylindrical-coordinate representation of color #2EF1CF: hue angle of 169.54º degrees, saturation: 0.87, 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 #2EF1CF is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 241 207 -
CMYK 0.81 0 0.14 0.05
HSL 169.54º 0.87% 0.56% -
HSV(B) 169.54º 0.81% 0.95% -
XYZ 43.84 68 69.85 -
YUV 178.82 143.9 33.26 -
System Red Green Blue C M Y K H S L
Decimal 46 241 207 0.81 0 0.14 0.05 169.54 0.87 0.56
Hex 2E F1 CF 51 0 E 5 AA 57 38
Octal 56 361 317 121 0 16 5 252 127 70
Binary 101110 11110001 11001111 1010001 0 1110 101 10101010 1010111 111000

Color Harmonies of #2EF1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF1CF

Black with #2EF1CF

Text Example


Text Example

White with #2EF1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,241,207); }

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

background-color css

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

 a { background-color: rgb(46,241,207); }

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

border-color css

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

 span { border-color: rgb(46,241,207); }

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