Html Css Color HEX #47DAC8 Medium Turquoise

📋 copy color: '#47DAC8'

red 71 ◦ green 218 ◦ blue 200

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

Shades of Medium Turquoise #47DAC8

Tints of Medium Turquoise #47DAC8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.58%

 BLUE value IS 200 (78.52% from 255) = 40.9%

R = 14.52%
G = 44.58%
B = 40.9%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#47DAC8 (or 0x47DAC8) is known color: Medium Turquoise. HEX triplet: 47, DA and C8. RGB value is (71,218,200). Sum of RGB (Red+Green+Blue) = 71+218+200=489 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.52% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #47DAC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DAC8 is #B82537. Grayscale: #ABABAB. Windows color (decimal): -12068152 or 13163079. OLE color: 13163079.

HSL color Cylindrical-coordinate representation of color #47DAC8: hue angle of 172.65º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47DAC8 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 71 218 200 -
CMYK 0.67 0 0.08 0.15
HSL 172.65º 0.67% 0.57% -
HSV(B) 172.65º 0.67% 0.85% -
XYZ 38.1 55.65 63.38 -
YUV 172 143.8 55.96 -
System Red Green Blue C M Y K H S L
Decimal 71 218 200 0.67 0 0.08 0.15 172.65 0.67 0.57
Hex 47 DA C8 43 0 8 F AD 43 39
Octal 107 332 310 103 0 10 17 255 103 71
Binary 1000111 11011010 11001000 1000011 0 1000 1111 10101101 1000011 111001

Color Harmonies of #47DAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DAC8

Black with #47DAC8

Text Example


Text Example

White with #47DAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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