Html Css Color HEX #47FED3 Turquoise

📋 copy color: '#47FED3'

red 71 ◦ green 254 ◦ blue 211

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

Shades of Turquoise #47FED3

Tints of Turquoise #47FED3

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.39%

 BLUE value IS 211 (82.81% from 255) = 39.37%

R = 13.25%
G = 47.39%
B = 39.37%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#47FED3 (or 0x47FED3) is known color: Turquoise. HEX triplet: 47, FE and D3. RGB value is (71,254,211). Sum of RGB (Red+Green+Blue) = 71+254+211=536 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.25% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #47FED3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FED3 is #B8012C. Grayscale: #C2C2C2. Windows color (decimal): -12058925 or 13893191. OLE color: 13893191.

HSL color Cylindrical-coordinate representation of color #47FED3: hue angle of 165.9º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FED3 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB 71 254 211 -
CMYK 0.72 0 0.17 0.00
HSL 165.9º 0.99% 0.64% -
HSV(B) 165.9º 0.72% 1% -
XYZ 49.8 76.93 73.85 -
YUV 194.38 137.37 40 -
System Red Green Blue C M Y K H S L
Decimal 71 254 211 0.72 0 0.17 0.00 165.9 0.99 0.64
Hex 47 FE D3 48 0 11 0 A6 63 40
Octal 107 376 323 110 0 21 0 246 143 100
Binary 1000111 11111110 11010011 1001000 0 10001 0 10100110 1100011 1000000

Color Harmonies of #47FED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FED3

Black with #47FED3

Text Example


Text Example

White with #47FED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,254,211); }

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

background-color css

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

 a { background-color: rgb(71,254,211); }

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

border-color css

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

 span { border-color: rgb(71,254,211); }

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