Html Css Color HEX #47ECD6 Turquoise

📋 copy color: '#47ECD6'

red 71 ◦ green 236 ◦ blue 214

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

Shades of Turquoise #47ECD6

Tints of Turquoise #47ECD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.07%

R = 13.63%
G = 45.3%
B = 41.07%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#47ECD6 (or 0x47ECD6) is known color: Turquoise. HEX triplet: 47, EC and D6. RGB value is (71,236,214). Sum of RGB (Red+Green+Blue) = 71+236+214=521 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.63% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 236 - color contains mainly: green. Hex color #47ECD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47ECD6 is #B81329. Grayscale: #B8B8B8. Windows color (decimal): -12063530 or 14085191. OLE color: 14085191.

HSL color Cylindrical-coordinate representation of color #47ECD6: hue angle of 172º 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 #47ECD6 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 236 214 -
CMYK 0.70 0 0.09 0.07
HSL 172º 0.81% 0.6% -
HSV(B) 172º 0.7% 0.93% -
XYZ 44.73 66.19 74.04 -
YUV 184.16 144.84 47.29 -
System Red Green Blue C M Y K H S L
Decimal 71 236 214 0.70 0 0.09 0.07 172 0.81 0.6
Hex 47 EC D6 46 0 9 7 AC 51 3C
Octal 107 354 326 106 0 11 7 254 121 74
Binary 1000111 11101100 11010110 1000110 0 1001 111 10101100 1010001 111100

Color Harmonies of #47ECD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ECD6

Black with #47ECD6

Text Example


Text Example

White with #47ECD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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