Html Css Color HEX #47C6CD Medium Turquoise

📋 copy color: '#47C6CD'

red 71 ◦ green 198 ◦ blue 205

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

Shades of Medium Turquoise #47C6CD

Tints of Medium Turquoise #47C6CD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.77%

 BLUE value IS 205 (80.47% from 255) = 43.25%

R = 14.98%
G = 41.77%
B = 43.25%

CMYK

 C value IS 0.65

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#47C6CD (or 0x47C6CD) is known color: Medium Turquoise. HEX triplet: 47, C6 and CD. RGB value is (71,198,205). Sum of RGB (Red+Green+Blue) = 71+198+205=474 (62% of max value = 765). Red value is 71 (28.12% from 255 or 14.98% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #47C6CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C6CD is #B83932. Grayscale: #A0A0A0. Windows color (decimal): -12073267 or 13485639. OLE color: 13485639.

HSL color Cylindrical-coordinate representation of color #47C6CD: hue angle of 183.13º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47C6CD is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 198 205 -
CMYK 0.65 0.03 0 0.20
HSL 183.13º 0.57% 0.54% -
HSV(B) 183.13º 0.65% 0.8% -
XYZ 33.81 46.14 64.88 -
YUV 160.83 152.92 63.93 -
System Red Green Blue C M Y K H S L
Decimal 71 198 205 0.65 0.03 0 0.20 183.13 0.57 0.54
Hex 47 C6 CD 41 3 0 14 B7 39 36
Octal 107 306 315 101 3 0 24 267 71 66
Binary 1000111 11000110 11001101 1000001 11 0 10100 10110111 111001 110110

Color Harmonies of #47C6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47C6CD

Black with #47C6CD

Text Example


Text Example

White with #47C6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,198,205); }

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

background-color css

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

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

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

border-color css

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

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

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