Html Css Color HEX #4FCAC0 Medium Turquoise

📋 copy color: '#4FCAC0'

red 79 ◦ green 202 ◦ blue 192

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

Shades of Medium Turquoise #4FCAC0

Tints of Medium Turquoise #4FCAC0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.71%

 BLUE value IS 192 (75.39% from 255) = 40.59%

R = 16.7%
G = 42.71%
B = 40.59%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#4FCAC0 (or 0x4FCAC0) is known color: Medium Turquoise. HEX triplet: 4F, CA and C0. RGB value is (79,202,192). Sum of RGB (Red+Green+Blue) = 79+202+192=473 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.70% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 202 - color contains mainly: green. Hex color #4FCAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCAC0 is #B0353F. Grayscale: #A4A4A4. Windows color (decimal): -11547968 or 12634703. OLE color: 12634703.

HSL color Cylindrical-coordinate representation of color #4FCAC0: hue angle of 175.12º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCAC0 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 79 202 192 -
CMYK 0.61 0 0.05 0.21
HSL 175.12º 0.54% 0.55% -
HSV(B) 175.12º 0.61% 0.79% -
XYZ 33.86 47.71 57.29 -
YUV 164.08 143.75 67.31 -
System Red Green Blue C M Y K H S L
Decimal 79 202 192 0.61 0 0.05 0.21 175.12 0.54 0.55
Hex 4F CA C0 3D 0 5 15 AF 36 37
Octal 117 312 300 75 0 5 25 257 66 67
Binary 1001111 11001010 11000000 111101 0 101 10101 10101111 110110 110111

Color Harmonies of #4FCAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCAC0

Black with #4FCAC0

Text Example


Text Example

White with #4FCAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,202,192); }

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

background-color css

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

 a { background-color: rgb(79,202,192); }

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

border-color css

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

 span { border-color: rgb(79,202,192); }

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