Html Css Color HEX #47FFEA Turquoise

📋 copy color: '#47FFEA'

red 71 ◦ green 255 ◦ blue 234

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

Shades of Turquoise #47FFEA

Tints of Turquoise #47FFEA

RGB

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

 GREEN value IS 255 (100% from 255) = 45.54%

 BLUE value IS 234 (91.8% from 255) = 41.79%

R = 12.68%
G = 45.54%
B = 41.79%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#47FFEA (or 0x47FFEA) is known color: Turquoise. HEX triplet: 47, FF and EA. RGB value is (71,255,234). Sum of RGB (Red+Green+Blue) = 71+255+234=560 (74% of max value = 765). Red value is 71 (28.12% from 255 or 12.68% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47FFEA is #B80015. Grayscale: #C5C5C5. Windows color (decimal): -12058646 or 15400775. OLE color: 15400775.

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

Color convert

RGB 71 255 234 -
CMYK 0.72 0 0.08 0
HSL 173.15º 1% 0.64% -
HSV(B) 173.15º 0.72% 1% -
XYZ 53.21 78.8 90.25 -
YUV 197.59 148.54 37.71 -
System Red Green Blue C M Y K H S L
Decimal 71 255 234 0.72 0 0.08 0 173.15 1 0.64
Hex 47 FF EA 48 0 8 0 AD 64 40
Octal 107 377 352 110 0 10 0 255 144 100
Binary 1000111 11111111 11101010 1001000 0 1000 0 10101101 1100100 1000000

Color Harmonies of #47FFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FFEA

Black with #47FFEA

Text Example


Text Example

White with #47FFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,255,234); }

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

background-color css

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

 a { background-color: rgb(71,255,234); }

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

border-color css

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

 span { border-color: rgb(71,255,234); }

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