Html Css Color HEX #47FADB Turquoise

📋 copy color: '#47FADB'

red 71 ◦ green 250 ◦ blue 219

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

Shades of Turquoise #47FADB

Tints of Turquoise #47FADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.56%

R = 13.15%
G = 46.3%
B = 40.56%

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

#47FADB (or 0x47FADB) is known color: Turquoise. HEX triplet: 47, FA and DB. RGB value is (71,250,219). Sum of RGB (Red+Green+Blue) = 71+250+219=540 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.15% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #47FADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FADB is #B80524. Grayscale: #C0C0C0. Windows color (decimal): -12059941 or 14416455. OLE color: 14416455.

HSL color Cylindrical-coordinate representation of color #47FADB: hue angle of 169.61º 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 #47FADB is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 71 250 219 -
CMYK 0.72 0 0.12 0.02
HSL 169.61º 0.95% 0.63% -
HSV(B) 169.61º 0.72% 0.98% -
XYZ 49.57 74.83 78.85 -
YUV 192.95 142.7 41.02 -
System Red Green Blue C M Y K H S L
Decimal 71 250 219 0.72 0 0.12 0.02 169.61 0.95 0.63
Hex 47 FA DB 48 0 C 2 AA 5F 3F
Octal 107 372 333 110 0 14 2 252 137 77
Binary 1000111 11111010 11011011 1001000 0 1100 10 10101010 1011111 111111

Color Harmonies of #47FADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FADB

Black with #47FADB

Text Example


Text Example

White with #47FADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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