#47DDD7

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

Shades of Turquoise #47DDD7

Tints of Turquoise #47DDD7

Color information

#47DDD7 (or 0x47DDD7) is unknown color: approx Turquoise. HEX triplet: 47, DD and D7. RGB value is (71,221,215). Sum of RGB (Red+Green+Blue) = 71+221+215=507 (67% of max value = 765). Red value is 71 (28.12% from 255 or 14.00% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 215 (84.38% from 255 or 42.41% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #47DDD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DDD7 is #B82228. Grayscale: #AFAFAF. Windows color (decimal): -12067369 or 14146887. OLE color: 14146887.

HSL color Cylindrical-coordinate representation of color #47DDD7: hue angle of 177.6º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DDD7 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB71221215-
CMYK0.6800.030.13
HSL177.6º68.81%57.25%-
HSV(B)177.6º67.87%86.67%-
XYZ40.7257.9673.33-
YUV175.47150.353.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.00%
GREEN value IS 221 (86.72% from 255) = 43.59%
BLUE value IS 215 (84.38% from 255) = 42.41%
R=14.00%
G=43.59%
B=42.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal712212150.6800.030.13177.668.8157.25
Hex47DDD74403Db24539
Octal107335327104031526210571
Binary1000111110111011101011110001000111101101100101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47DDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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