Html Css Color HEX #47ECEC Turquoise

📋 copy color: '#47ECEC'

red 71 ◦ green 236 ◦ blue 236

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

Shades of Turquoise #47ECEC

Tints of Turquoise #47ECEC

RGB

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

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

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

R = 13.08%
G = 43.46%
B = 43.46%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#47ECEC (or 0x47ECEC) is known color: Turquoise. HEX triplet: 47, EC and EC. RGB value is (71,236,236). Sum of RGB (Red+Green+Blue) = 71+236+236=543 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.08% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #47ECEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47ECEC is #B81313. Grayscale: #BABABA. Windows color (decimal): -12063508 or 15526983. OLE color: 15526983.

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

Color convert

RGB 71 236 236 -
CMYK 0.70 0 0 0.07
HSL 180º 0.81% 0.6% -
HSV(B) 180º 0.7% 0.93% -
XYZ 47.73 67.39 89.85 -
YUV 186.67 155.84 45.5 -
System Red Green Blue C M Y K H S L
Decimal 71 236 236 0.70 0 0 0.07 180 0.81 0.6
Hex 47 EC EC 46 0 0 7 B4 51 3C
Octal 107 354 354 106 0 0 7 264 121 74
Binary 1000111 11101100 11101100 1000110 0 0 111 10110100 1010001 111100

Color Harmonies of #47ECEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ECEC

Black with #47ECEC

Text Example


Text Example

White with #47ECEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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