Html Css Color HEX #47ECE4 Turquoise

📋 copy color: '#47ECE4'

red 71 ◦ green 236 ◦ blue 228

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

Shades of Turquoise #47ECE4

Tints of Turquoise #47ECE4

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.11%

 BLUE value IS 228 (89.45% from 255) = 42.62%

R = 13.27%
G = 44.11%
B = 42.62%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#47ECE4 (or 0x47ECE4) is known color: Turquoise. HEX triplet: 47, EC and E4. RGB value is (71,236,228). Sum of RGB (Red+Green+Blue) = 71+236+228=535 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.27% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 228 (89.45% from 255 or 42.62% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #47ECE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47ECE4 is #B8131B. Grayscale: #B9B9B9. Windows color (decimal): -12063516 or 15002695. OLE color: 15002695.

HSL color Cylindrical-coordinate representation of color #47ECE4: hue angle of 177.09º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47ECE4 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 236 228 -
CMYK 0.70 0 0.03 0.07
HSL 177.09º 0.81% 0.6% -
HSV(B) 177.09º 0.7% 0.93% -
XYZ 46.6 66.93 83.86 -
YUV 185.75 151.84 46.15 -
System Red Green Blue C M Y K H S L
Decimal 71 236 228 0.70 0 0.03 0.07 177.09 0.81 0.6
Hex 47 EC E4 46 0 3 7 B1 51 3C
Octal 107 354 344 106 0 3 7 261 121 74
Binary 1000111 11101100 11100100 1000110 0 11 111 10110001 1010001 111100

Color Harmonies of #47ECE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ECE4

Black with #47ECE4

Text Example


Text Example

White with #47ECE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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