#47CFD5

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

Shades of Medium Turquoise #47CFD5

Tints of Medium Turquoise #47CFD5

Color information

#47CFD5 (or 0x47CFD5) is unknown color: approx Medium Turquoise. HEX triplet: 47, CF and D5. RGB value is (71,207,213). Sum of RGB (Red+Green+Blue) = 71+207+213=491 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.46% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #47CFD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CFD5 is #B8302A. Grayscale: #A6A6A6. Windows color (decimal): -12070955 or 14012231. OLE color: 14012231.

HSL color Cylindrical-coordinate representation of color #47CFD5: hue angle of 182.54º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47CFD5 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB71207213-
CMYK0.670.0300.16
HSL182.54º62.83%55.69%-
HSV(B)182.54º66.67%83.53%-
XYZ36.9250.7770.8-
YUV167.02153.9459.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.46%
GREEN value IS 207 (81.25% from 255) = 42.16%
BLUE value IS 213 (83.59% from 255) = 43.38%
R=14.46%
G=42.16%
B=43.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal712072130.670.0300.16182.5462.8355.69
Hex47CFD5433010b73f38
Octal10731732510330202677770
Binary1000111110011111101010110000111101000010110111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47CFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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