#47dee3

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

Shades of Turquoise #47DEE3

Tints of Turquoise #47DEE3

Color information

#47DEE3 (or 0x47DEE3) is unknown color: approx Turquoise. HEX triplet: 47, DE and E3. RGB value is (71,222,227). Sum of RGB (Red+Green+Blue) = 71+222+227=520 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.65% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 227 (89.06% from 255 or 43.65% from 520); Max value from RGB is 227 - color contains mainly: blue. Hex color #47DEE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DEE3 is #B8211C. Grayscale: #B1B1B1. Windows color (decimal): -12067101 or 14933575. OLE color: 14933575.

HSL color Cylindrical-coordinate representation of color #47DEE3: hue angle of 181.92º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47DEE3 is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB71222227-
CMYK0.690.0200.11
HSL181.92º73.58%58.43%-
HSV(B)181.92º68.72%89.02%-
XYZ42.5859.1381.84-
YUV177.42155.9752.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.65%
GREEN value IS 222 (87.11% from 255) = 42.69%
BLUE value IS 227 (89.06% from 255) = 43.65%
R=13.65%
G=42.69%
B=43.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal712222270.690.0200.11181.9273.5858.43
Hex47DEE34520Bb64a3a
Octal107336343105201326611272
Binary1000111110111101110001110001011001011101101101001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47dee3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,222,227); }

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

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

 a { background-color: rgb(71,222,227); }

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

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

 span { border-color: rgb(71,222,227); }

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