#47CCBC

Color #47CCBC Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #47CCBC

Tints of Medium Turquoise #47CCBC

Color information

#47CCBC (or 0x47CCBC) is unknown color: approx Medium Turquoise. HEX triplet: 47, CC and BC. RGB value is (71,204,188). Sum of RGB (Red+Green+Blue) = 71+204+188=463 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.33% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 204 - color contains mainly: green. Hex color #47CCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CCBC is #B83343. Grayscale: #A2A2A2. Windows color (decimal): -12071748 or 12373063. OLE color: 12373063.

HSL color Cylindrical-coordinate representation of color #47CCBC: hue angle of 172.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CCBC is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB71204188-
CMYK0.6500.080.2
HSL172.78º56.6%53.92%-
HSV(B)172.78º65.2%80%-
XYZ33.2748.1655.12-
YUV162.41142.4462.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.33%
GREEN value IS 204 (80.08% from 255) = 44.06%
BLUE value IS 188 (73.83% from 255) = 40.60%
R=15.33%
G=44.06%
B=40.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal712041880.6500.080.2172.7856.653.92
Hex47CCBC410814ad3936
Octal107314274101010242557166
Binary100011111001100101111001000001010001010010101101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47CCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #47CCBC;
 }
 .AnyTagClassName
 {
   color: #47CCBC;
 }
</style>
background-color css

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

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

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

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

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

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