Html Css Color HEX #2FEBB3 Turquoise

📋 copy color: '#2FEBB3'

red 47 ◦ green 235 ◦ blue 179

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

Shades of Turquoise #2FEBB3

Tints of Turquoise #2FEBB3

RGB

 RED value IS 47 (18.75% from 255) = 10.2%

 GREEN value IS 235 (92.19% from 255) = 50.98%

 BLUE value IS 179 (70.31% from 255) = 38.83%

R = 10.2%
G = 50.98%
B = 38.83%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#2FEBB3 (or 0x2FEBB3) is known color: Turquoise. HEX triplet: 2F, EB and B3. RGB value is (47,235,179). Sum of RGB (Red+Green+Blue) = 47+235+179=461 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.20% from 461); Green value is 235 (92.19% from 255 or 50.98% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEBB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEBB3 is #D0144C. Grayscale: #ACACAC. Windows color (decimal): -13636685 or 11791151. OLE color: 11791151.

HSL color Cylindrical-coordinate representation of color #2FEBB3: hue angle of 162.13º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEBB3 is Cyan = 0.8, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 235 179 -
CMYK 0.8 0 0.24 0.08
HSL 162.13º 0.82% 0.55% -
HSV(B) 162.13º 0.8% 0.92% -
XYZ 39.02 63.28 52.8 -
YUV 172.4 131.72 38.55 -
System Red Green Blue C M Y K H S L
Decimal 47 235 179 0.8 0 0.24 0.08 162.13 0.82 0.55
Hex 2F EB B3 50 0 18 8 A2 52 37
Octal 57 353 263 120 0 30 10 242 122 67
Binary 101111 11101011 10110011 1010000 0 11000 1000 10100010 1010010 110111

Color Harmonies of #2FEBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEBB3

Black with #2FEBB3

Text Example


Text Example

White with #2FEBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,235,179); }

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

background-color css

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

 a { background-color: rgb(47,235,179); }

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

border-color css

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

 span { border-color: rgb(47,235,179); }

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