Html Css Color HEX #47F2BC Turquoise

📋 copy color: '#47F2BC'

red 71 ◦ green 242 ◦ blue 188

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

Shades of Turquoise #47F2BC

Tints of Turquoise #47F2BC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.3%

 BLUE value IS 188 (73.83% from 255) = 37.52%

R = 14.17%
G = 48.3%
B = 37.52%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#47F2BC (or 0x47F2BC) is known color: Turquoise. HEX triplet: 47, F2 and BC. RGB value is (71,242,188). Sum of RGB (Red+Green+Blue) = 71+242+188=501 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.17% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #47F2BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F2BC is #B80D43. Grayscale: #B8B8B8. Windows color (decimal): -12062020 or 12382791. OLE color: 12382791.

HSL color Cylindrical-coordinate representation of color #47F2BC: hue angle of 161.05º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F2BC is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 71 242 188 -
CMYK 0.71 0 0.22 0.05
HSL 161.05º 0.87% 0.61% -
HSV(B) 161.05º 0.71% 0.95% -
XYZ 43.43 68.47 58.51 -
YUV 184.72 129.85 46.89 -
System Red Green Blue C M Y K H S L
Decimal 71 242 188 0.71 0 0.22 0.05 161.05 0.87 0.61
Hex 47 F2 BC 47 0 16 5 A1 57 3D
Octal 107 362 274 107 0 26 5 241 127 75
Binary 1000111 11110010 10111100 1000111 0 10110 101 10100001 1010111 111101

Color Harmonies of #47F2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F2BC

Black with #47F2BC

Text Example


Text Example

White with #47F2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,242,188); }

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

background-color css

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

 a { background-color: rgb(71,242,188); }

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

border-color css

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

 span { border-color: rgb(71,242,188); }

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