#47DBDC

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

Shades of Turquoise #47DBDC

Tints of Turquoise #47DBDC

Color information

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

HSL color Cylindrical-coordinate representation of color #47DBDC: hue angle of 180.4º 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 #47DBDC is Cyan = 0.68, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB71219220-
CMYK0.680.0000.14
HSL180.4º68.04%57.06%-
HSV(B)180.4º67.73%86.27%-
XYZ40.8557.1776.59-
YUV174.86153.4753.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal712192200.680.0000.14180.468.0457.06
Hex47DBDC4400Eb44439
Octal107333334104001626410471
Binary100011111011011110111001000100001110101101001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47DBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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