Html Css Color HEX #47DCDA Turquoise

📋 copy color: '#47DCDA'

red 71 ◦ green 220 ◦ blue 218

#47DCDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #47DCDA

Tints of Turquoise #47DCDA

RGB

 RED value IS 71 (28.13% from 255) = 13.95%

 GREEN value IS 220 (86.33% from 255) = 43.22%

 BLUE value IS 218 (85.55% from 255) = 42.83%

R = 13.95%
G = 43.22%
B = 42.83%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#47DCDA (or 0x47DCDA) is known color: Turquoise. HEX triplet: 47, DC and DA. RGB value is (71,220,218). Sum of RGB (Red+Green+Blue) = 71+220+218=509 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.95% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #47DCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DCDA is #B82325. Grayscale: #AFAFAF. Windows color (decimal): -12067622 or 14343239. OLE color: 14343239.

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

Color convert

RGB 71 220 218 -
CMYK 0.68 0 0.01 0.14
HSL 179.19º 0.68% 0.57% -
HSV(B) 179.19º 0.68% 0.86% -
XYZ 40.85 57.59 75.29 -
YUV 175.22 152.14 53.66 -
System Red Green Blue C M Y K H S L
Decimal 71 220 218 0.68 0 0.01 0.14 179.19 0.68 0.57
Hex 47 DC DA 44 0 1 E B3 44 39
Octal 107 334 332 104 0 1 16 263 104 71
Binary 1000111 11011100 11011010 1000100 0 1 1110 10110011 1000100 111001

Color Harmonies of #47DCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DCDA

Black with #47DCDA

Text Example


Text Example

White with #47DCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #47DCDA;
 }
 .AnyTagClassName
 {
   color: #47DCDA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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