Html Css Color HEX #4FC3C6 Medium Turquoise

📋 copy color: '#4FC3C6'

red 79 ◦ green 195 ◦ blue 198

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

Shades of Medium Turquoise #4FC3C6

Tints of Medium Turquoise #4FC3C6

RGB

 RED value IS 79 (31.25% from 255) = 16.74%

 GREEN value IS 195 (76.56% from 255) = 41.31%

 BLUE value IS 198 (77.73% from 255) = 41.95%

R = 16.74%
G = 41.31%
B = 41.95%

CMYK

 C value IS 0.60

 M value IS 0.02

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4FC3C6 (or 0x4FC3C6) is known color: Medium Turquoise. HEX triplet: 4F, C3 and C6. RGB value is (79,195,198). Sum of RGB (Red+Green+Blue) = 79+195+198=472 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.74% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 198 - color contains mainly: blue. Hex color #4FC3C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC3C6 is #B03C39. Grayscale: #A0A0A0. Windows color (decimal): -11549754 or 13026127. OLE color: 13026127.

HSL color Cylindrical-coordinate representation of color #4FC3C6: hue angle of 181.51º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FC3C6 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 79 195 198 -
CMYK 0.60 0.02 0 0.22
HSL 181.51º 0.51% 0.54% -
HSV(B) 181.51º 0.6% 0.78% -
XYZ 32.93 44.77 60.33 -
YUV 160.66 149.07 69.76 -
System Red Green Blue C M Y K H S L
Decimal 79 195 198 0.60 0.02 0 0.22 181.51 0.51 0.54
Hex 4F C3 C6 3C 2 0 16 B6 33 36
Octal 117 303 306 74 2 0 26 266 63 66
Binary 1001111 11000011 11000110 111100 10 0 10110 10110110 110011 110110

Color Harmonies of #4FC3C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FC3C6

Black with #4FC3C6

Text Example


Text Example

White with #4FC3C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4FC3C6; }

 p { color: rgb(79,195,198); }

 H1.HeaderClassName
 {
   color: #4FC3C6;
 }
 .AnyTagClassName
 {
   color: #4FC3C6;
 }
</style>

background-color css

<style>
 a { background-color: #4FC3C6; }

 a { background-color: rgb(79,195,198); }

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

border-color css

<style>
 span { border-color: #4FC3C6; }

 span { border-color: rgb(79,195,198); }

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