Html Css Color HEX #47FED0 Turquoise

📋 copy color: '#47FED0'

red 71 ◦ green 254 ◦ blue 208

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

Shades of Turquoise #47FED0

Tints of Turquoise #47FED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.02%

R = 13.32%
G = 47.65%
B = 39.02%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#47FED0 (or 0x47FED0) is known color: Turquoise. HEX triplet: 47, FE and D0. RGB value is (71,254,208). Sum of RGB (Red+Green+Blue) = 71+254+208=533 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.32% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #47FED0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FED0 is #B8012F. Grayscale: #C2C2C2. Windows color (decimal): -12058928 or 13696583. OLE color: 13696583.

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

Color convert

RGB 71 254 208 -
CMYK 0.72 0 0.18 0.00
HSL 164.92º 0.99% 0.64% -
HSV(B) 164.92º 0.72% 1% -
XYZ 49.43 76.78 71.89 -
YUV 194.04 135.87 40.24 -
System Red Green Blue C M Y K H S L
Decimal 71 254 208 0.72 0 0.18 0.00 164.92 0.99 0.64
Hex 47 FE D0 48 0 12 0 A5 63 40
Octal 107 376 320 110 0 22 0 245 143 100
Binary 1000111 11111110 11010000 1001000 0 10010 0 10100101 1100011 1000000

Color Harmonies of #47FED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FED0

Black with #47FED0

Text Example


Text Example

White with #47FED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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