Html Css Color HEX #47FADC Turquoise

📋 copy color: '#47FADC'

red 71 ◦ green 250 ◦ blue 220

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

Shades of Turquoise #47FADC

Tints of Turquoise #47FADC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.21%

 BLUE value IS 220 (86.33% from 255) = 40.67%

R = 13.12%
G = 46.21%
B = 40.67%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#47FADC (or 0x47FADC) is known color: Turquoise. HEX triplet: 47, FA and DC. RGB value is (71,250,220). Sum of RGB (Red+Green+Blue) = 71+250+220=541 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.12% from 541); Green value is 250 (98.05% from 255 or 46.21% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 250 - color contains mainly: green. Hex color #47FADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FADC is #B80523. Grayscale: #C1C1C1. Windows color (decimal): -12059940 or 14481991. OLE color: 14481991.

HSL color Cylindrical-coordinate representation of color #47FADC: hue angle of 169.94º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FADC is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 71 250 220 -
CMYK 0.72 0 0.12 0.02
HSL 169.94º 0.95% 0.63% -
HSV(B) 169.94º 0.72% 0.98% -
XYZ 49.7 74.88 79.54 -
YUV 193.06 143.2 40.94 -
System Red Green Blue C M Y K H S L
Decimal 71 250 220 0.72 0 0.12 0.02 169.94 0.95 0.63
Hex 47 FA DC 48 0 C 2 AA 5F 3F
Octal 107 372 334 110 0 14 2 252 137 77
Binary 1000111 11111010 11011100 1001000 0 1100 10 10101010 1011111 111111

Color Harmonies of #47FADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FADC

Black with #47FADC

Text Example


Text Example

White with #47FADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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