#47FFD0

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

Shades of Turquoise #47FFD0

Tints of Turquoise #47FFD0

Color information

#47FFD0 (or 0x47FFD0) is unknown color: approx Turquoise. HEX triplet: 47, FF and D0. RGB value is (71,255,208). Sum of RGB (Red+Green+Blue) = 71+255+208=534 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.30% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FFD0 is #B8002F. Grayscale: #C2C2C2. Windows color (decimal): -12058672 or 13696839. OLE color: 13696839.

HSL color Cylindrical-coordinate representation of color #47FFD0: hue angle of 164.67º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FFD0 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB71255208-
CMYK0.7200.180
HSL164.67º100%63.92%-
HSV(B)164.67º72.16%100%-
XYZ49.7477.4172-
YUV194.63135.5439.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.30%
GREEN value IS 255 (100% from 255) = 47.75%
BLUE value IS 208 (81.64% from 255) = 38.95%
R=13.30%
G=47.75%
B=38.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal712552080.7200.180164.6710063.92
Hex47FFD0480120a56440
Octal1073773201100220245144100
Binary10001111111111111010000100100001001001010010111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47FFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,255,208); }

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

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

 a { background-color: rgb(71,255,208); }

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

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

 span { border-color: rgb(71,255,208); }

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