Html Css Color HEX #47E4D7 Turquoise

📋 copy color: '#47E4D7'

red 71 ◦ green 228 ◦ blue 215

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

Shades of Turquoise #47E4D7

Tints of Turquoise #47E4D7

RGB

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

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

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

R = 13.81%
G = 44.36%
B = 41.83%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#47E4D7 (or 0x47E4D7) is known color: Turquoise. HEX triplet: 47, E4 and D7. RGB value is (71,228,215). Sum of RGB (Red+Green+Blue) = 71+228+215=514 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.81% from 514); Green value is 228 (89.45% from 255 or 44.36% from 514); Blue value is 215 (84.38% from 255 or 41.83% from 514); Max value from RGB is 228 - color contains mainly: green. Hex color #47E4D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47E4D7 is #B81B28. Grayscale: #B3B3B3. Windows color (decimal): -12065577 or 14148679. OLE color: 14148679.

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

Color convert

RGB 71 228 215 -
CMYK 0.69 0 0.06 0.11
HSL 175.03º 0.74% 0.59% -
HSV(B) 175.03º 0.69% 0.89% -
XYZ 42.61 61.73 73.96 -
YUV 179.58 147.99 50.56 -
System Red Green Blue C M Y K H S L
Decimal 71 228 215 0.69 0 0.06 0.11 175.03 0.74 0.59
Hex 47 E4 D7 45 0 6 B AF 4A 3B
Octal 107 344 327 105 0 6 13 257 112 73
Binary 1000111 11100100 11010111 1000101 0 110 1011 10101111 1001010 111011

Color Harmonies of #47E4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47E4D7

Black with #47E4D7

Text Example


Text Example

White with #47E4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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