Html Css Color HEX #47F5EC Turquoise

📋 copy color: '#47F5EC'

red 71 ◦ green 245 ◦ blue 236

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

Shades of Turquoise #47F5EC

Tints of Turquoise #47F5EC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.38%

 BLUE value IS 236 (92.58% from 255) = 42.75%

R = 12.86%
G = 44.38%
B = 42.75%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#47F5EC (or 0x47F5EC) is known color: Turquoise. HEX triplet: 47, F5 and EC. RGB value is (71,245,236). Sum of RGB (Red+Green+Blue) = 71+245+236=552 (73% of max value = 765). Red value is 71 (28.12% from 255 or 12.86% from 552); Green value is 245 (96.09% from 255 or 44.38% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 245 - color contains mainly: green. Hex color #47F5EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47F5EC is #B80A13. Grayscale: #BFBFBF. Windows color (decimal): -12061204 or 15529287. OLE color: 15529287.

HSL color Cylindrical-coordinate representation of color #47F5EC: hue angle of 176.9º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F5EC is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 71 245 236 -
CMYK 0.71 0 0.04 0.04
HSL 176.9º 0.9% 0.62% -
HSV(B) 176.9º 0.71% 0.96% -
XYZ 50.39 72.7 90.73 -
YUV 191.95 152.85 41.73 -
System Red Green Blue C M Y K H S L
Decimal 71 245 236 0.71 0 0.04 0.04 176.9 0.9 0.62
Hex 47 F5 EC 47 0 4 4 B1 5A 3E
Octal 107 365 354 107 0 4 4 261 132 76
Binary 1000111 11110101 11101100 1000111 0 100 100 10110001 1011010 111110

Color Harmonies of #47F5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F5EC

Black with #47F5EC

Text Example


Text Example

White with #47F5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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