Html Css Color HEX #47F7E5 Turquoise

📋 copy color: '#47F7E5'

red 71 ◦ green 247 ◦ blue 229

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

Shades of Turquoise #47F7E5

Tints of Turquoise #47F7E5

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.16%

 BLUE value IS 229 (89.84% from 255) = 41.86%

R = 12.98%
G = 45.16%
B = 41.86%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#47F7E5 (or 0x47F7E5) is known color: Turquoise. HEX triplet: 47, F7 and E5. RGB value is (71,247,229). Sum of RGB (Red+Green+Blue) = 71+247+229=547 (72% of max value = 765). Red value is 71 (28.12% from 255 or 12.98% from 547); Green value is 247 (96.88% from 255 or 45.16% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 247 - color contains mainly: green. Hex color #47F7E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F7E5 is #B8081A. Grayscale: #C0C0C0. Windows color (decimal): -12060699 or 15071047. OLE color: 15071047.

HSL color Cylindrical-coordinate representation of color #47F7E5: hue angle of 173.86º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F7E5 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB 71 247 229 -
CMYK 0.71 0 0.07 0.03
HSL 173.86º 0.92% 0.62% -
HSV(B) 173.86º 0.71% 0.97% -
XYZ 50 73.52 85.68 -
YUV 192.32 148.69 41.46 -
System Red Green Blue C M Y K H S L
Decimal 71 247 229 0.71 0 0.07 0.03 173.86 0.92 0.62
Hex 47 F7 E5 47 0 7 3 AE 5C 3E
Octal 107 367 345 107 0 7 3 256 134 76
Binary 1000111 11110111 11100101 1000111 0 111 11 10101110 1011100 111110

Color Harmonies of #47F7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F7E5

Black with #47F7E5

Text Example


Text Example

White with #47F7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,247,229); }

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

background-color css

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

 a { background-color: rgb(71,247,229); }

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

border-color css

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

 span { border-color: rgb(71,247,229); }

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