Html Css Color HEX #47FADD Turquoise

📋 copy color: '#47FADD'

red 71 ◦ green 250 ◦ blue 221

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

Shades of Turquoise #47FADD

Tints of Turquoise #47FADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.77%

R = 13.1%
G = 46.13%
B = 40.77%

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

#47FADD (or 0x47FADD) is known color: Turquoise. HEX triplet: 47, FA and DD. RGB value is (71,250,221). Sum of RGB (Red+Green+Blue) = 71+250+221=542 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.10% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #47FADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FADD is #B80522. Grayscale: #C1C1C1. Windows color (decimal): -12059939 or 14547527. OLE color: 14547527.

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

Color convert

RGB 71 250 221 -
CMYK 0.72 0 0.12 0.02
HSL 170.28º 0.95% 0.63% -
HSV(B) 170.28º 0.72% 0.98% -
XYZ 49.84 74.93 80.24 -
YUV 193.17 143.7 40.86 -
System Red Green Blue C M Y K H S L
Decimal 71 250 221 0.72 0 0.12 0.02 170.28 0.95 0.63
Hex 47 FA DD 48 0 C 2 AA 5F 3F
Octal 107 372 335 110 0 14 2 252 137 77
Binary 1000111 11111010 11011101 1001000 0 1100 10 10101010 1011111 111111

Color Harmonies of #47FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FADD

Black with #47FADD

Text Example


Text Example

White with #47FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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