#47DCDB

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

Shades of Turquoise #47DCDB

Tints of Turquoise #47DCDB

Color information

#47DCDB (or 0x47DCDB) is unknown color: approx Turquoise. HEX triplet: 47, DC and DB. RGB value is (71,220,219). Sum of RGB (Red+Green+Blue) = 71+220+219=510 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.92% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #47DCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DCDB is #B82324. Grayscale: #AFAFAF. Windows color (decimal): -12067621 or 14408775. OLE color: 14408775.

HSL color Cylindrical-coordinate representation of color #47DCDB: hue angle of 179.6º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DCDB is Cyan = 0.68, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB71220219-
CMYK0.6800.000.14
HSL179.6º68.04%57.06%-
HSV(B)179.6º67.73%86.27%-
XYZ40.9857.6475.98-
YUV175.33152.6453.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.92%
GREEN value IS 220 (86.33% from 255) = 43.14%
BLUE value IS 219 (85.94% from 255) = 42.94%
R=13.92%
G=43.14%
B=42.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal712202190.6800.000.14179.668.0457.06
Hex47DCDB4400Eb44439
Octal107334333104001626410471
Binary100011111011100110110111000100001110101101001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47DCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,220,219); }

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

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

 a { background-color: rgb(71,220,219); }

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

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

 span { border-color: rgb(71,220,219); }

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