Html Css Color HEX #47BEBC Medium Turquoise

📋 copy color: '#47BEBC'

red 71 ◦ green 190 ◦ blue 188

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

Shades of Medium Turquoise #47BEBC

Tints of Medium Turquoise #47BEBC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.32%

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

R = 15.81%
G = 42.32%
B = 41.87%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#47BEBC (or 0x47BEBC) is known color: Medium Turquoise. HEX triplet: 47, BE and BC. RGB value is (71,190,188). Sum of RGB (Red+Green+Blue) = 71+190+188=449 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.81% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 190 - color contains mainly: green. Hex color #47BEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BEBC is #B84143. Grayscale: #9A9A9A. Windows color (decimal): -12075332 or 12369479. OLE color: 12369479.

HSL color Cylindrical-coordinate representation of color #47BEBC: hue angle of 178.99º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47BEBC is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 190 188 -
CMYK 0.63 0 0.01 0.25
HSL 178.99º 0.48% 0.51% -
HSV(B) 178.99º 0.63% 0.75% -
XYZ 30.09 41.8 54.06 -
YUV 154.19 147.08 68.66 -
System Red Green Blue C M Y K H S L
Decimal 71 190 188 0.63 0 0.01 0.25 178.99 0.48 0.51
Hex 47 BE BC 3F 0 1 19 B3 30 33
Octal 107 276 274 77 0 1 31 263 60 63
Binary 1000111 10111110 10111100 111111 0 1 11001 10110011 110000 110011

Color Harmonies of #47BEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BEBC

Black with #47BEBC

Text Example


Text Example

White with #47BEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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