#47D3D6

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

Shades of Medium Turquoise #47D3D6

Tints of Medium Turquoise #47D3D6

Color information

#47D3D6 (or 0x47D3D6) is unknown color: approx Medium Turquoise. HEX triplet: 47, D3 and D6. RGB value is (71,211,214). Sum of RGB (Red+Green+Blue) = 71+211+214=496 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.31% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 214 (83.98% from 255 or 43.15% from 496); Max value from RGB is 214 - color contains mainly: blue. Hex color #47D3D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47D3D6 is #B82C29. Grayscale: #A9A9A9. Windows color (decimal): -12069930 or 14078791. OLE color: 14078791.

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

Color convert

RGB71211214-
CMYK0.670.0100.16
HSL181.26º63.56%55.88%-
HSV(B)181.26º66.82%83.92%-
XYZ38.0352.7871.8-
YUV169.48153.1257.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.31%
GREEN value IS 211 (82.81% from 255) = 42.54%
BLUE value IS 214 (83.98% from 255) = 43.15%
R=14.31%
G=42.54%
B=43.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal712112140.670.0100.16181.2663.5655.88
Hex47D3D6431010b54038
Octal107323326103102026510070
Binary1000111110100111101011010000111010000101101011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47D3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,211,214); }

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

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

 a { background-color: rgb(71,211,214); }

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

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

 span { border-color: rgb(71,211,214); }

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