Html Css Color HEX #47CFC4 Medium Turquoise

📋 copy color: '#47CFC4'

red 71 ◦ green 207 ◦ blue 196

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

Shades of Medium Turquoise #47CFC4

Tints of Medium Turquoise #47CFC4

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.67%

 BLUE value IS 196 (76.95% from 255) = 41.35%

R = 14.98%
G = 43.67%
B = 41.35%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#47CFC4 (or 0x47CFC4) is known color: Medium Turquoise. HEX triplet: 47, CF and C4. RGB value is (71,207,196). Sum of RGB (Red+Green+Blue) = 71+207+196=474 (62% of max value = 765). Red value is 71 (28.12% from 255 or 14.98% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 207 - color contains mainly: green. Hex color #47CFC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CFC4 is #B8303B. Grayscale: #A4A4A4. Windows color (decimal): -12070972 or 12898119. OLE color: 12898119.

HSL color Cylindrical-coordinate representation of color #47CFC4: hue angle of 175.15º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47CFC4 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 207 196 -
CMYK 0.66 0 0.05 0.19
HSL 175.15º 0.59% 0.55% -
HSV(B) 175.15º 0.66% 0.81% -
XYZ 34.88 49.95 60.03 -
YUV 165.08 145.44 60.89 -
System Red Green Blue C M Y K H S L
Decimal 71 207 196 0.66 0 0.05 0.19 175.15 0.59 0.55
Hex 47 CF C4 42 0 5 13 AF 3B 37
Octal 107 317 304 102 0 5 23 257 73 67
Binary 1000111 11001111 11000100 1000010 0 101 10011 10101111 111011 110111

Color Harmonies of #47CFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CFC4

Black with #47CFC4

Text Example


Text Example

White with #47CFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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