Html Css Color HEX #47EACA Turquoise

📋 copy color: '#47EACA'

red 71 ◦ green 234 ◦ blue 202

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

Shades of Turquoise #47EACA

Tints of Turquoise #47EACA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.15%

 BLUE value IS 202 (79.3% from 255) = 39.84%

R = 14%
G = 46.15%
B = 39.84%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#47EACA (or 0x47EACA) is known color: Turquoise. HEX triplet: 47, EA and CA. RGB value is (71,234,202). Sum of RGB (Red+Green+Blue) = 71+234+202=507 (67% of max value = 765). Red value is 71 (28.12% from 255 or 14.00% from 507); Green value is 234 (91.80% from 255 or 46.15% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 234 - color contains mainly: green. Hex color #47EACA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EACA is #B81535. Grayscale: #B5B5B5. Windows color (decimal): -12064054 or 13298247. OLE color: 13298247.

HSL color Cylindrical-coordinate representation of color #47EACA: hue angle of 168.22º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47EACA is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 234 202 -
CMYK 0.70 0 0.14 0.08
HSL 168.22º 0.8% 0.6% -
HSV(B) 168.22º 0.7% 0.92% -
XYZ 42.68 64.45 66.07 -
YUV 181.62 139.5 49.1 -
System Red Green Blue C M Y K H S L
Decimal 71 234 202 0.70 0 0.14 0.08 168.22 0.8 0.6
Hex 47 EA CA 46 0 E 8 A8 50 3C
Octal 107 352 312 106 0 16 10 250 120 74
Binary 1000111 11101010 11001010 1000110 0 1110 1000 10101000 1010000 111100

Color Harmonies of #47EACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47EACA

Black with #47EACA

Text Example


Text Example

White with #47EACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,234,202); }

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

background-color css

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

 a { background-color: rgb(71,234,202); }

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

border-color css

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

 span { border-color: rgb(71,234,202); }

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