Html Css Color HEX #47C4CC Medium Turquoise

📋 copy color: '#47C4CC'

red 71 ◦ green 196 ◦ blue 204

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

Shades of Medium Turquoise #47C4CC

Tints of Medium Turquoise #47C4CC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.61%

 BLUE value IS 204 (80.08% from 255) = 43.31%

R = 15.07%
G = 41.61%
B = 43.31%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#47C4CC (or 0x47C4CC) is known color: Medium Turquoise. HEX triplet: 47, C4 and CC. RGB value is (71,196,204). Sum of RGB (Red+Green+Blue) = 71+196+204=471 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.07% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #47C4CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C4CC is #B83B33. Grayscale: #9F9F9F. Windows color (decimal): -12073780 or 13419591. OLE color: 13419591.

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

Color convert

RGB 71 196 204 -
CMYK 0.65 0.04 0 0.2
HSL 183.61º 0.57% 0.54% -
HSV(B) 183.61º 0.65% 0.8% -
XYZ 33.24 45.18 64.1 -
YUV 159.54 153.09 64.85 -
System Red Green Blue C M Y K H S L
Decimal 71 196 204 0.65 0.04 0 0.2 183.61 0.57 0.54
Hex 47 C4 CC 41 4 0 14 B8 39 36
Octal 107 304 314 101 4 0 24 270 71 66
Binary 1000111 11000100 11001100 1000001 100 0 10100 10111000 111001 110110

Color Harmonies of #47C4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47C4CC

Black with #47C4CC

Text Example


Text Example

White with #47C4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,196,204); }

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

background-color css

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

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

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

border-color css

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

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

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