Html Css Color HEX #47EBBC Turquoise

📋 copy color: '#47EBBC'

red 71 ◦ green 235 ◦ blue 188

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

Shades of Turquoise #47EBBC

Tints of Turquoise #47EBBC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.57%

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

R = 14.37%
G = 47.57%
B = 38.06%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#47EBBC (or 0x47EBBC) is known color: Turquoise. HEX triplet: 47, EB and BC. RGB value is (71,235,188). Sum of RGB (Red+Green+Blue) = 71+235+188=494 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.37% from 494); Green value is 235 (92.19% from 255 or 47.57% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 235 - color contains mainly: green. Hex color #47EBBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EBBC is #B81443. Grayscale: #B4B4B4. Windows color (decimal): -12063812 or 12380999. OLE color: 12380999.

HSL color Cylindrical-coordinate representation of color #47EBBC: hue angle of 162.8º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47EBBC is Cyan = 0.70, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 235 188 -
CMYK 0.70 0 0.2 0.08
HSL 162.8º 0.8% 0.6% -
HSV(B) 162.8º 0.7% 0.92% -
XYZ 41.38 64.39 57.82 -
YUV 180.61 132.17 49.82 -
System Red Green Blue C M Y K H S L
Decimal 71 235 188 0.70 0 0.2 0.08 162.8 0.8 0.6
Hex 47 EB BC 46 0 14 8 A3 50 3C
Octal 107 353 274 106 0 24 10 243 120 74
Binary 1000111 11101011 10111100 1000110 0 10100 1000 10100011 1010000 111100

Color Harmonies of #47EBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47EBBC

Black with #47EBBC

Text Example


Text Example

White with #47EBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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