Html Css Color HEX #47E0D7 Turquoise

📋 copy color: '#47E0D7'

red 71 ◦ green 224 ◦ blue 215

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

Shades of Turquoise #47E0D7

Tints of Turquoise #47E0D7

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.92%

 BLUE value IS 215 (84.38% from 255) = 42.16%

R = 13.92%
G = 43.92%
B = 42.16%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#47E0D7 (or 0x47E0D7) is known color: Turquoise. HEX triplet: 47, E0 and D7. RGB value is (71,224,215). Sum of RGB (Red+Green+Blue) = 71+224+215=510 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.92% from 510); Green value is 224 (87.89% from 255 or 43.92% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 224 - color contains mainly: green. Hex color #47E0D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47E0D7 is #B81F28. Grayscale: #B1B1B1. Windows color (decimal): -12066601 or 14147655. OLE color: 14147655.

HSL color Cylindrical-coordinate representation of color #47E0D7: hue angle of 176.47º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47E0D7 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 71 224 215 -
CMYK 0.68 0 0.04 0.12
HSL 176.47º 0.71% 0.58% -
HSV(B) 176.47º 0.68% 0.88% -
XYZ 41.52 59.56 73.6 -
YUV 177.23 149.31 52.23 -
System Red Green Blue C M Y K H S L
Decimal 71 224 215 0.68 0 0.04 0.12 176.47 0.71 0.58
Hex 47 E0 D7 44 0 4 C B0 47 3A
Octal 107 340 327 104 0 4 14 260 107 72
Binary 1000111 11100000 11010111 1000100 0 100 1100 10110000 1000111 111010

Color Harmonies of #47E0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47E0D7

Black with #47E0D7

Text Example


Text Example

White with #47E0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,224,215); }

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

background-color css

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

 a { background-color: rgb(71,224,215); }

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

border-color css

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

 span { border-color: rgb(71,224,215); }

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