Html Css Color HEX #47C9CD Medium Turquoise

📋 copy color: '#47C9CD'

red 71 ◦ green 201 ◦ blue 205

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

Shades of Medium Turquoise #47C9CD

Tints of Medium Turquoise #47C9CD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.14%

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

R = 14.88%
G = 42.14%
B = 42.98%

CMYK

 C value IS 0.65

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#47C9CD (or 0x47C9CD) is known color: Medium Turquoise. HEX triplet: 47, C9 and CD. RGB value is (71,201,205). Sum of RGB (Red+Green+Blue) = 71+201+205=477 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.88% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #47C9CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C9CD is #B83632. Grayscale: #A2A2A2. Windows color (decimal): -12072499 or 13486407. OLE color: 13486407.

HSL color Cylindrical-coordinate representation of color #47C9CD: hue angle of 181.79º 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 #47C9CD is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 201 205 -
CMYK 0.65 0.02 0 0.20
HSL 181.79º 0.57% 0.54% -
HSV(B) 181.79º 0.65% 0.8% -
XYZ 34.5 47.52 65.11 -
YUV 162.59 151.93 62.67 -
System Red Green Blue C M Y K H S L
Decimal 71 201 205 0.65 0.02 0 0.20 181.79 0.57 0.54
Hex 47 C9 CD 41 2 0 14 B6 39 36
Octal 107 311 315 101 2 0 24 266 71 66
Binary 1000111 11001001 11001101 1000001 10 0 10100 10110110 111001 110110

Color Harmonies of #47C9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47C9CD

Black with #47C9CD

Text Example


Text Example

White with #47C9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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