#47efda

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

Shades of Turquoise #47EFDA

Tints of Turquoise #47EFDA

Color information

#47EFDA (or 0x47EFDA) is unknown color: approx Turquoise. HEX triplet: 47, EF and DA. RGB value is (71,239,218). Sum of RGB (Red+Green+Blue) = 71+239+218=528 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.45% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 239 - color contains mainly: green. Hex color #47EFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EFDA is #B81025. Grayscale: #BABABA. Windows color (decimal): -12062758 or 14348103. OLE color: 14348103.

HSL color Cylindrical-coordinate representation of color #47EFDA: hue angle of 172.5º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47EFDA is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB71239218-
CMYK0.7000.090.06
HSL172.5º84%60.78%-
HSV(B)172.5º70.29%93.73%-
XYZ46.1268.1377.05-
YUV186.37145.8445.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.45%
GREEN value IS 239 (93.75% from 255) = 45.27%
BLUE value IS 218 (85.55% from 255) = 41.29%
R=13.45%
G=45.27%
B=41.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal712392180.7000.090.06172.58460.78
Hex47EFDA46096ac543d
Octal107357332106011625412475
Binary10001111110111111011010100011001001110101011001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47efda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,239,218); }

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

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

 a { background-color: rgb(71,239,218); }

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

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

 span { border-color: rgb(71,239,218); }

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