Html Css Color HEX #2FE1BB Turquoise

📋 copy color: '#2FE1BB'

red 47 ◦ green 225 ◦ blue 187

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

Shades of Turquoise #2FE1BB

Tints of Turquoise #2FE1BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.74%

R = 10.24%
G = 49.02%
B = 40.74%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#2FE1BB (or 0x2FE1BB) is known color: Turquoise. HEX triplet: 2F, E1 and BB. RGB value is (47,225,187). Sum of RGB (Red+Green+Blue) = 47+225+187=459 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.24% from 459); Green value is 225 (88.28% from 255 or 49.02% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE1BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FE1BB is #D01E44. Grayscale: #A7A7A7. Windows color (decimal): -13639237 or 12312879. OLE color: 12312879.

HSL color Cylindrical-coordinate representation of color #2FE1BB: hue angle of 167.19º 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 #2FE1BB is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 47 225 187 -
CMYK 0.79 0 0.17 0.12
HSL 167.19º 0.75% 0.53% -
HSV(B) 167.19º 0.79% 0.88% -
XYZ 37.07 58.04 56.26 -
YUV 167.45 139.03 42.09 -
System Red Green Blue C M Y K H S L
Decimal 47 225 187 0.79 0 0.17 0.12 167.19 0.75 0.53
Hex 2F E1 BB 4F 0 11 C A7 4B 35
Octal 57 341 273 117 0 21 14 247 113 65
Binary 101111 11100001 10111011 1001111 0 10001 1100 10100111 1001011 110101

Color Harmonies of #2FE1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE1BB

Black with #2FE1BB

Text Example


Text Example

White with #2FE1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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