#47CDC0

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

Shades of Medium Turquoise #47CDC0

Tints of Medium Turquoise #47CDC0

Color information

#47CDC0 (or 0x47CDC0) is unknown color: approx Medium Turquoise. HEX triplet: 47, CD and C0. RGB value is (71,205,192). Sum of RGB (Red+Green+Blue) = 71+205+192=468 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.17% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #47CDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CDC0 is #B8323F. Grayscale: #A3A3A3. Windows color (decimal): -12071488 or 12635463. OLE color: 12635463.

HSL color Cylindrical-coordinate representation of color #47CDC0: hue angle of 174.18º 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 #47CDC0 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB71205192-
CMYK0.6500.060.20
HSL174.18º57.26%54.12%-
HSV(B)174.18º65.37%80.39%-
XYZ33.9448.8157.5-
YUV163.45144.1162.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.17%
GREEN value IS 205 (80.47% from 255) = 43.80%
BLUE value IS 192 (75.39% from 255) = 41.03%
R=15.17%
G=43.80%
B=41.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal712051920.6500.060.20174.1857.2654.12
Hex47CDC0410614ae3936
Octal10731530010106242567166
Binary10001111100110111000000100000101101010010101110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47CDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,205,192); }

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

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

 a { background-color: rgb(71,205,192); }

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

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

 span { border-color: rgb(71,205,192); }

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