Html Css Color HEX #2FE9BE Turquoise

📋 copy color: '#2FE9BE'

red 47 ◦ green 233 ◦ blue 190

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

Shades of Turquoise #2FE9BE

Tints of Turquoise #2FE9BE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.57%

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

R = 10%
G = 49.57%
B = 40.43%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#2FE9BE (or 0x2FE9BE) is known color: Turquoise. HEX triplet: 2F, E9 and BE. RGB value is (47,233,190). Sum of RGB (Red+Green+Blue) = 47+233+190=470 (62% of max value = 765). Red value is 47 (18.75% from 255 or 10% from 470); Green value is 233 (91.41% from 255 or 49.57% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE9BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FE9BE is #D01641. Grayscale: #ACACAC. Windows color (decimal): -13637186 or 12511535. OLE color: 12511535.

HSL color Cylindrical-coordinate representation of color #2FE9BE: hue angle of 166.13º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE9BE is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 47 233 190 -
CMYK 0.80 0 0.18 0.09
HSL 166.13º 0.81% 0.55% -
HSV(B) 166.13º 0.8% 0.91% -
XYZ 39.61 62.6 58.71 -
YUV 172.48 137.88 38.5 -
System Red Green Blue C M Y K H S L
Decimal 47 233 190 0.80 0 0.18 0.09 166.13 0.81 0.55
Hex 2F E9 BE 50 0 12 9 A6 51 37
Octal 57 351 276 120 0 22 11 246 121 67
Binary 101111 11101001 10111110 1010000 0 10010 1001 10100110 1010001 110111

Color Harmonies of #2FE9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE9BE

Black with #2FE9BE

Text Example


Text Example

White with #2FE9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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