Html Css Color HEX #47E4E2 Turquoise

📋 copy color: '#47E4E2'

red 71 ◦ green 228 ◦ blue 226

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

Shades of Turquoise #47E4E2

Tints of Turquoise #47E4E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 43.05%

R = 13.52%
G = 43.43%
B = 43.05%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#47E4E2 (or 0x47E4E2) is known color: Turquoise. HEX triplet: 47, E4 and E2. RGB value is (71,228,226). Sum of RGB (Red+Green+Blue) = 71+228+226=525 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.52% from 525); Green value is 228 (89.45% from 255 or 43.43% from 525); Blue value is 226 (88.67% from 255 or 43.05% from 525); Max value from RGB is 228 - color contains mainly: green. Hex color #47E4E2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47E4E2 is #B81B1D. Grayscale: #B4B4B4. Windows color (decimal): -12065566 or 14869575. OLE color: 14869575.

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

Color convert

RGB 71 228 226 -
CMYK 0.69 0 0.01 0.11
HSL 179.24º 0.74% 0.59% -
HSV(B) 179.24º 0.69% 0.89% -
XYZ 44.07 62.32 81.66 -
YUV 180.83 153.49 49.66 -
System Red Green Blue C M Y K H S L
Decimal 71 228 226 0.69 0 0.01 0.11 179.24 0.74 0.59
Hex 47 E4 E2 45 0 1 B B3 4A 3B
Octal 107 344 342 105 0 1 13 263 112 73
Binary 1000111 11100100 11100010 1000101 0 1 1011 10110011 1001010 111011

Color Harmonies of #47E4E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47E4E2

Black with #47E4E2

Text Example


Text Example

White with #47E4E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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