Html Css Color HEX #47E4D8 Turquoise

📋 copy color: '#47E4D8'

red 71 ◦ green 228 ◦ blue 216

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

Shades of Turquoise #47E4D8

Tints of Turquoise #47E4D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.94%

R = 13.79%
G = 44.27%
B = 41.94%

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

#47E4D8 (or 0x47E4D8) is known color: Turquoise. HEX triplet: 47, E4 and D8. RGB value is (71,228,216). Sum of RGB (Red+Green+Blue) = 71+228+216=515 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.79% from 515); Green value is 228 (89.45% from 255 or 44.27% from 515); Blue value is 216 (84.77% from 255 or 41.94% from 515); Max value from RGB is 228 - color contains mainly: green. Hex color #47E4D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47E4D8 is #B81B27. Grayscale: #B3B3B3. Windows color (decimal): -12065576 or 14214215. OLE color: 14214215.

HSL color Cylindrical-coordinate representation of color #47E4D8: hue angle of 175.41º 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 #47E4D8 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB 71 228 216 -
CMYK 0.69 0 0.05 0.11
HSL 175.41º 0.74% 0.59% -
HSV(B) 175.41º 0.69% 0.89% -
XYZ 42.74 61.78 74.64 -
YUV 179.69 148.49 50.48 -
System Red Green Blue C M Y K H S L
Decimal 71 228 216 0.69 0 0.05 0.11 175.41 0.74 0.59
Hex 47 E4 D8 45 0 5 B AF 4A 3B
Octal 107 344 330 105 0 5 13 257 112 73
Binary 1000111 11100100 11011000 1000101 0 101 1011 10101111 1001010 111011

Color Harmonies of #47E4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47E4D8

Black with #47E4D8

Text Example


Text Example

White with #47E4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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