Html Css Color HEX #2FE1BE Turquoise

📋 copy color: '#2FE1BE'

red 47 ◦ green 225 ◦ blue 190

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

Shades of Turquoise #2FE1BE

Tints of Turquoise #2FE1BE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.7%

 BLUE value IS 190 (74.61% from 255) = 41.13%

R = 10.17%
G = 48.7%
B = 41.13%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#2FE1BE (or 0x2FE1BE) is known color: Turquoise. HEX triplet: 2F, E1 and BE. RGB value is (47,225,190). Sum of RGB (Red+Green+Blue) = 47+225+190=462 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.17% from 462); Green value is 225 (88.28% from 255 or 48.70% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE1BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FE1BE is #D01E41. Grayscale: #A7A7A7. Windows color (decimal): -13639234 or 12509487. OLE color: 12509487.

HSL color Cylindrical-coordinate representation of color #2FE1BE: hue angle of 168.2º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE1BE is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 47 225 190 -
CMYK 0.79 0 0.16 0.12
HSL 168.2º 0.75% 0.53% -
HSV(B) 168.2º 0.79% 0.88% -
XYZ 37.39 58.17 57.97 -
YUV 167.79 140.53 41.85 -
System Red Green Blue C M Y K H S L
Decimal 47 225 190 0.79 0 0.16 0.12 168.2 0.75 0.53
Hex 2F E1 BE 4F 0 10 C A8 4B 35
Octal 57 341 276 117 0 20 14 250 113 65
Binary 101111 11100001 10111110 1001111 0 10000 1100 10101000 1001011 110101

Color Harmonies of #2FE1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE1BE

Black with #2FE1BE

Text Example


Text Example

White with #2FE1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,225,190); }

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

background-color css

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

 a { background-color: rgb(47,225,190); }

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

border-color css

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

 span { border-color: rgb(47,225,190); }

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