Html Css Color HEX #47E4D9 Turquoise

📋 copy color: '#47E4D9'

red 71 ◦ green 228 ◦ blue 217

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

Shades of Turquoise #47E4D9

Tints of Turquoise #47E4D9

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.19%

 BLUE value IS 217 (85.16% from 255) = 42.05%

R = 13.76%
G = 44.19%
B = 42.05%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#47E4D9 (or 0x47E4D9) is known color: Turquoise. HEX triplet: 47, E4 and D9. RGB value is (71,228,217). Sum of RGB (Red+Green+Blue) = 71+228+217=516 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.76% from 516); Green value is 228 (89.45% from 255 or 44.19% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 228 - color contains mainly: green. Hex color #47E4D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47E4D9 is #B81B26. Grayscale: #B3B3B3. Windows color (decimal): -12065575 or 14279751. OLE color: 14279751.

HSL color Cylindrical-coordinate representation of color #47E4D9: hue angle of 175.8º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47E4D9 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB 71 228 217 -
CMYK 0.69 0 0.05 0.11
HSL 175.8º 0.74% 0.59% -
HSV(B) 175.8º 0.69% 0.89% -
XYZ 42.87 61.84 75.32 -
YUV 179.8 148.99 50.39 -
System Red Green Blue C M Y K H S L
Decimal 71 228 217 0.69 0 0.05 0.11 175.8 0.74 0.59
Hex 47 E4 D9 45 0 5 B B0 4A 3B
Octal 107 344 331 105 0 5 13 260 112 73
Binary 1000111 11100100 11011001 1000101 0 101 1011 10110000 1001010 111011

Color Harmonies of #47E4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47E4D9

Black with #47E4D9

Text Example


Text Example

White with #47E4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,228,217); }

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

background-color css

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

 a { background-color: rgb(71,228,217); }

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

border-color css

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

 span { border-color: rgb(71,228,217); }

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