Html Css Color HEX #47EFBE Turquoise

📋 copy color: '#47EFBE'

red 71 ◦ green 239 ◦ blue 190

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

Shades of Turquoise #47EFBE

Tints of Turquoise #47EFBE

RGB

 RED value IS 71 (28.13% from 255) = 14.2%

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

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

R = 14.2%
G = 47.8%
B = 38%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#47EFBE (or 0x47EFBE) is known color: Turquoise. HEX triplet: 47, EF and BE. RGB value is (71,239,190). Sum of RGB (Red+Green+Blue) = 71+239+190=500 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.2% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 239 - color contains mainly: green. Hex color #47EFBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EFBE is #B81041. Grayscale: #B7B7B7. Windows color (decimal): -12062786 or 12513095. OLE color: 12513095.

HSL color Cylindrical-coordinate representation of color #47EFBE: hue angle of 162.5º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47EFBE is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 71 239 190 -
CMYK 0.70 0 0.21 0.06
HSL 162.5º 0.84% 0.61% -
HSV(B) 162.5º 0.7% 0.94% -
XYZ 42.76 66.79 59.35 -
YUV 183.18 131.84 47.98 -
System Red Green Blue C M Y K H S L
Decimal 71 239 190 0.70 0 0.21 0.06 162.5 0.84 0.61
Hex 47 EF BE 46 0 15 6 A2 54 3D
Octal 107 357 276 106 0 25 6 242 124 75
Binary 1000111 11101111 10111110 1000110 0 10101 110 10100010 1010100 111101

Color Harmonies of #47EFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47EFBE

Black with #47EFBE

Text Example


Text Example

White with #47EFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47EFBE; }

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

 H1.HeaderClassName
 {
   color: #47EFBE;
 }
 .AnyTagClassName
 {
   color: #47EFBE;
 }
</style>

background-color css

<style>
 a { background-color: #47EFBE; }

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

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

border-color css

<style>
 span { border-color: #47EFBE; }

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

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