Html Css Color HEX #47C5D5 Medium Turquoise

📋 copy color: '#47C5D5'

red 71 ◦ green 197 ◦ blue 213

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

Shades of Medium Turquoise #47C5D5

Tints of Medium Turquoise #47C5D5

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.96%

 BLUE value IS 213 (83.59% from 255) = 44.28%

R = 14.76%
G = 40.96%
B = 44.28%

CMYK

 C value IS 0.67

 M value IS 0.08

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#47C5D5 (or 0x47C5D5) is known color: Medium Turquoise. HEX triplet: 47, C5 and D5. RGB value is (71,197,213). Sum of RGB (Red+Green+Blue) = 71+197+213=481 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.76% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #47C5D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C5D5 is #B83A2A. Grayscale: #A0A0A0. Windows color (decimal): -12073515 or 14009671. OLE color: 14009671.

HSL color Cylindrical-coordinate representation of color #47C5D5: hue angle of 186.76º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47C5D5 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 71 197 213 -
CMYK 0.67 0.08 0 0.16
HSL 186.76º 0.63% 0.56% -
HSV(B) 186.76º 0.67% 0.84% -
XYZ 34.58 46.08 70.02 -
YUV 161.15 157.26 63.7 -
System Red Green Blue C M Y K H S L
Decimal 71 197 213 0.67 0.08 0 0.16 186.76 0.63 0.56
Hex 47 C5 D5 43 8 0 10 BB 3F 38
Octal 107 305 325 103 10 0 20 273 77 70
Binary 1000111 11000101 11010101 1000011 1000 0 10000 10111011 111111 111000

Color Harmonies of #47C5D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47C5D5

Black with #47C5D5

Text Example


Text Example

White with #47C5D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,197,213); }

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

background-color css

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

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

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

border-color css

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

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

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