Html Css Color HEX #2EF2CB Turquoise

📋 copy color: '#2EF2CB'

red 46 ◦ green 242 ◦ blue 203

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

Shades of Turquoise #2EF2CB

Tints of Turquoise #2EF2CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.34%

R = 9.37%
G = 49.29%
B = 41.34%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#2EF2CB (or 0x2EF2CB) is known color: Turquoise. HEX triplet: 2E, F2 and CB. RGB value is (46,242,203). Sum of RGB (Red+Green+Blue) = 46+242+203=491 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.37% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF2CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF2CB is #D10D34. Grayscale: #B2B2B2. Windows color (decimal): -13700405 or 13365806. OLE color: 13365806.

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

Color convert

RGB 46 242 203 -
CMYK 0.81 0 0.16 0.05
HSL 168.06º 0.88% 0.56% -
HSV(B) 168.06º 0.81% 0.95% -
XYZ 43.66 68.4 67.4 -
YUV 178.95 141.57 33.17 -
System Red Green Blue C M Y K H S L
Decimal 46 242 203 0.81 0 0.16 0.05 168.06 0.88 0.56
Hex 2E F2 CB 51 0 10 5 A8 58 38
Octal 56 362 313 121 0 20 5 250 130 70
Binary 101110 11110010 11001011 1010001 0 10000 101 10101000 1011000 111000

Color Harmonies of #2EF2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF2CB

Black with #2EF2CB

Text Example


Text Example

White with #2EF2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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