Html Css Color HEX #47D2EC Medium Turquoise

📋 copy color: '#47D2EC'

red 71 ◦ green 210 ◦ blue 236

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

Shades of Medium Turquoise #47D2EC

Tints of Medium Turquoise #47D2EC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.62%

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

R = 13.73%
G = 40.62%
B = 45.65%

CMYK

 C value IS 0.70

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#47D2EC (or 0x47D2EC) is known color: Medium Turquoise. HEX triplet: 47, D2 and EC. RGB value is (71,210,236). Sum of RGB (Red+Green+Blue) = 71+210+236=517 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.73% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #47D2EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47D2EC is #B82D13. Grayscale: #ABABAB. Windows color (decimal): -12070164 or 15520327. OLE color: 15520327.

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

Color convert

RGB 71 210 236 -
CMYK 0.70 0.11 0 0.07
HSL 189.45º 0.81% 0.6% -
HSV(B) 189.45º 0.7% 0.93% -
XYZ 40.79 53.49 87.53 -
YUV 171.4 164.45 56.39 -
System Red Green Blue C M Y K H S L
Decimal 71 210 236 0.70 0.11 0 0.07 189.45 0.81 0.6
Hex 47 D2 EC 46 B 0 7 BD 51 3C
Octal 107 322 354 106 13 0 7 275 121 74
Binary 1000111 11010010 11101100 1000110 1011 0 111 10111101 1010001 111100

Color Harmonies of #47D2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47D2EC

Black with #47D2EC

Text Example


Text Example

White with #47D2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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