Html Css Color HEX #47ECDA Turquoise

📋 copy color: '#47ECDA'

red 71 ◦ green 236 ◦ blue 218

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

Shades of Turquoise #47ECDA

Tints of Turquoise #47ECDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.52%

R = 13.52%
G = 44.95%
B = 41.52%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#47ECDA (or 0x47ECDA) is known color: Turquoise. HEX triplet: 47, EC and DA. RGB value is (71,236,218). Sum of RGB (Red+Green+Blue) = 71+236+218=525 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.52% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #47ECDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47ECDA is #B81325. Grayscale: #B8B8B8. Windows color (decimal): -12063526 or 14347335. OLE color: 14347335.

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

Color convert

RGB 71 236 218 -
CMYK 0.70 0 0.08 0.07
HSL 173.45º 0.81% 0.6% -
HSV(B) 173.45º 0.7% 0.93% -
XYZ 45.25 66.39 76.76 -
YUV 184.61 146.84 46.96 -
System Red Green Blue C M Y K H S L
Decimal 71 236 218 0.70 0 0.08 0.07 173.45 0.81 0.6
Hex 47 EC DA 46 0 8 7 AD 51 3C
Octal 107 354 332 106 0 10 7 255 121 74
Binary 1000111 11101100 11011010 1000110 0 1000 111 10101101 1010001 111100

Color Harmonies of #47ECDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ECDA

Black with #47ECDA

Text Example


Text Example

White with #47ECDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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