Html Css Color HEX #2FEFBE Turquoise

📋 copy color: '#2FEFBE'

red 47 ◦ green 239 ◦ blue 190

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

Shades of Turquoise #2FEFBE

Tints of Turquoise #2FEFBE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 50.21%

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

R = 9.87%
G = 50.21%
B = 39.92%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#2FEFBE (or 0x2FEFBE) is known color: Turquoise. HEX triplet: 2F, EF and BE. RGB value is (47,239,190). Sum of RGB (Red+Green+Blue) = 47+239+190=476 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.87% from 476); Green value is 239 (93.75% from 255 or 50.21% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEFBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEFBE is #D01041. Grayscale: #B0B0B0. Windows color (decimal): -13635650 or 12513071. OLE color: 12513071.

HSL color Cylindrical-coordinate representation of color #2FEFBE: hue angle of 164.69º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEFBE is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 47 239 190 -
CMYK 0.80 0 0.21 0.06
HSL 164.69º 0.86% 0.56% -
HSV(B) 164.69º 0.8% 0.94% -
XYZ 41.33 66.06 59.29 -
YUV 176.01 135.89 35.98 -
System Red Green Blue C M Y K H S L
Decimal 47 239 190 0.80 0 0.21 0.06 164.69 0.86 0.56
Hex 2F EF BE 50 0 15 6 A5 56 38
Octal 57 357 276 120 0 25 6 245 126 70
Binary 101111 11101111 10111110 1010000 0 10101 110 10100101 1010110 111000

Color Harmonies of #2FEFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEFBE

Black with #2FEFBE

Text Example


Text Example

White with #2FEFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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