#47DEED

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

Shades of Turquoise #47DEED

Tints of Turquoise #47DEED

Color information

#47DEED (or 0x47DEED) is unknown color: approx Turquoise. HEX triplet: 47, DE and ED. RGB value is (71,222,237). Sum of RGB (Red+Green+Blue) = 71+222+237=530 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.40% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #47DEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DEED is #B82112. Grayscale: #B2B2B2. Windows color (decimal): -12067091 or 15588935. OLE color: 15588935.

HSL color Cylindrical-coordinate representation of color #47DEED: hue angle of 185.42º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47DEED is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB71222237-
CMYK0.700.0600.07
HSL185.42º82.18%60.39%-
HSV(B)185.42º70.04%92.94%-
XYZ44.0159.789.32-
YUV178.56160.9751.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.40%
GREEN value IS 222 (87.11% from 255) = 41.89%
BLUE value IS 237 (92.97% from 255) = 44.72%
R=13.40%
G=41.89%
B=44.72%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal712222370.700.0600.07185.4282.1860.39
Hex47DEED46607b9523c
Octal10733635510660727112274
Binary1000111110111101110110110001101100111101110011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47DEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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