#47CCCF

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

Shades of Medium Turquoise #47CCCF

Tints of Medium Turquoise #47CCCF

Color information

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

HSL color Cylindrical-coordinate representation of color #47CCCF: hue angle of 181.32º 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 #47CCCF is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB71204207-
CMYK0.660.0100.19
HSL181.32º58.62%54.51%-
HSV(B)181.32º65.7%81.18%-
XYZ35.4549.0366.63-
YUV164.58151.9461.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal712042070.660.0100.19181.3258.6254.51
Hex47CCCF421013b53b37
Octal10731431710210232657367
Binary100011111001100110011111000010101001110110101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47CCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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