Html Css Color HEX #47E4C4 Turquoise

📋 copy color: '#47E4C4'

red 71 ◦ green 228 ◦ blue 196

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

Shades of Turquoise #47E4C4

Tints of Turquoise #47E4C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.6%

R = 14.34%
G = 46.06%
B = 39.6%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#47E4C4 (or 0x47E4C4) is known color: Turquoise. HEX triplet: 47, E4 and C4. RGB value is (71,228,196). Sum of RGB (Red+Green+Blue) = 71+228+196=495 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.34% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 228 - color contains mainly: green. Hex color #47E4C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47E4C4 is #B81B3B. Grayscale: #B1B1B1. Windows color (decimal): -12065596 or 12903495. OLE color: 12903495.

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

Color convert

RGB 71 228 196 -
CMYK 0.69 0 0.14 0.11
HSL 167.77º 0.74% 0.59% -
HSV(B) 167.77º 0.69% 0.89% -
XYZ 40.31 60.81 61.84 -
YUV 177.41 138.49 52.1 -
System Red Green Blue C M Y K H S L
Decimal 71 228 196 0.69 0 0.14 0.11 167.77 0.74 0.59
Hex 47 E4 C4 45 0 E B A8 4A 3B
Octal 107 344 304 105 0 16 13 250 112 73
Binary 1000111 11100100 11000100 1000101 0 1110 1011 10101000 1001010 111011

Color Harmonies of #47E4C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47E4C4

Black with #47E4C4

Text Example


Text Example

White with #47E4C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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