#47D1D7

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

Shades of Medium Turquoise #47D1D7

Tints of Medium Turquoise #47D1D7

Color information

#47D1D7 (or 0x47D1D7) is unknown color: approx Medium Turquoise. HEX triplet: 47, D1 and D7. RGB value is (71,209,215). Sum of RGB (Red+Green+Blue) = 71+209+215=495 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.34% from 495); Green value is 209 (82.03% from 255 or 42.22% from 495); Blue value is 215 (84.38% from 255 or 43.43% from 495); Max value from RGB is 215 - color contains mainly: blue. Hex color #47D1D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47D1D7 is #B82E28. Grayscale: #A8A8A8. Windows color (decimal): -12070441 or 14143815. OLE color: 14143815.

HSL color Cylindrical-coordinate representation of color #47D1D7: hue angle of 182.5º degrees, saturation: 0.64, 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 #47D1D7 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB71209215-
CMYK0.670.0300.16
HSL182.5º64.29%56.08%-
HSV(B)182.5º66.98%84.31%-
XYZ37.6651.8572.31-
YUV168.42154.2858.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.34%
GREEN value IS 209 (82.03% from 255) = 42.22%
BLUE value IS 215 (84.38% from 255) = 43.43%
R=14.34%
G=42.22%
B=43.43%

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
Decimal712092150.670.0300.16182.564.2956.08
Hex47D1D7433010b64038
Octal107321327103302026610070
Binary10001111101000111010111100001111010000101101101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47D1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,209,215); }

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

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

 a { background-color: rgb(71,209,215); }

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

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

 span { border-color: rgb(71,209,215); }

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