#47CCD4

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

Shades of Medium Turquoise #47CCD4

Tints of Medium Turquoise #47CCD4

Color information

#47CCD4 (or 0x47CCD4) is unknown color: approx Medium Turquoise. HEX triplet: 47, CC and D4. RGB value is (71,204,212). Sum of RGB (Red+Green+Blue) = 71+204+212=487 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.58% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 212 (83.20% from 255 or 43.53% from 487); Max value from RGB is 212 - color contains mainly: blue. Hex color #47CCD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CCD4 is #B8332B. Grayscale: #A4A4A4. Windows color (decimal): -12071724 or 13945927. OLE color: 13945927.

HSL color Cylindrical-coordinate representation of color #47CCD4: hue angle of 183.4º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47CCD4 is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB71204212-
CMYK0.670.0400.17
HSL183.4º62.11%55.49%-
HSV(B)183.4º66.51%83.14%-
XYZ36.0849.2869.9-
YUV165.14154.4460.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.58%
GREEN value IS 204 (80.08% from 255) = 41.89%
BLUE value IS 212 (83.20% from 255) = 43.53%
R=14.58%
G=41.89%
B=43.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal712042120.670.0400.17183.462.1155.49
Hex47CCD4434011b73e37
Octal10731432410340212677667
Binary10001111100110011010100100001110001000110110111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47CCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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