Html Css Color HEX #47E5D8 Turquoise

📋 copy color: '#47E5D8'

red 71 ◦ green 229 ◦ blue 216

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

Shades of Turquoise #47E5D8

Tints of Turquoise #47E5D8

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.38%

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

R = 13.76%
G = 44.38%
B = 41.86%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#47E5D8 (or 0x47E5D8) is known color: Turquoise. HEX triplet: 47, E5 and D8. RGB value is (71,229,216). Sum of RGB (Red+Green+Blue) = 71+229+216=516 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.76% from 516); Green value is 229 (89.84% from 255 or 44.38% from 516); Blue value is 216 (84.77% from 255 or 41.86% from 516); Max value from RGB is 229 - color contains mainly: green. Hex color #47E5D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47E5D8 is #B81A27. Grayscale: #B4B4B4. Windows color (decimal): -12065320 or 14214471. OLE color: 14214471.

HSL color Cylindrical-coordinate representation of color #47E5D8: hue angle of 175.06º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47E5D8 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 71 229 216 -
CMYK 0.69 0 0.06 0.10
HSL 175.06º 0.75% 0.59% -
HSV(B) 175.06º 0.69% 0.9% -
XYZ 43.01 62.34 74.73 -
YUV 180.28 148.15 50.06 -
System Red Green Blue C M Y K H S L
Decimal 71 229 216 0.69 0 0.06 0.10 175.06 0.75 0.59
Hex 47 E5 D8 45 0 6 A AF 4B 3B
Octal 107 345 330 105 0 6 12 257 113 73
Binary 1000111 11100101 11011000 1000101 0 110 1010 10101111 1001011 111011

Color Harmonies of #47E5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47E5D8

Black with #47E5D8

Text Example


Text Example

White with #47E5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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