#47CFCC

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

Shades of Medium Turquoise #47CFCC

Tints of Medium Turquoise #47CFCC

Color information

#47CFCC (or 0x47CFCC) is unknown color: approx Medium Turquoise. HEX triplet: 47, CF and CC. RGB value is (71,207,204). Sum of RGB (Red+Green+Blue) = 71+207+204=482 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.73% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #47CFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CFCC is #B83033. Grayscale: #A5A5A5. Windows color (decimal): -12070964 or 13422407. OLE color: 13422407.

HSL color Cylindrical-coordinate representation of color #47CFCC: hue angle of 178.68º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47CFCC is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB71207204-
CMYK0.6600.010.19
HSL178.68º58.62%54.51%-
HSV(B)178.68º65.7%81.18%-
XYZ35.8150.3264.95-
YUV165.99149.4460.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.73%
GREEN value IS 207 (81.25% from 255) = 42.95%
BLUE value IS 204 (80.08% from 255) = 42.32%
R=14.73%
G=42.95%
B=42.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal712072040.6600.010.19178.6858.6254.51
Hex47CFCC420113b33b37
Octal10731731410201232637367
Binary100011111001111110011001000010011001110110011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47CFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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