Html Css Color HEX #4FCAC5 Medium Turquoise

📋 copy color: '#4FCAC5'

red 79 ◦ green 202 ◦ blue 197

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

Shades of Medium Turquoise #4FCAC5

Tints of Medium Turquoise #4FCAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.21%

R = 16.53%
G = 42.26%
B = 41.21%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#4FCAC5 (or 0x4FCAC5) is known color: Medium Turquoise. HEX triplet: 4F, CA and C5. RGB value is (79,202,197). Sum of RGB (Red+Green+Blue) = 79+202+197=478 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.53% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 197 (77.34% from 255 or 41.21% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #4FCAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCAC5 is #B0353A. Grayscale: #A4A4A4. Windows color (decimal): -11547963 or 12962383. OLE color: 12962383.

HSL color Cylindrical-coordinate representation of color #4FCAC5: hue angle of 177.56º 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 #4FCAC5 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 79 202 197 -
CMYK 0.61 0 0.02 0.21
HSL 177.56º 0.54% 0.55% -
HSV(B) 177.56º 0.61% 0.79% -
XYZ 34.42 47.93 60.26 -
YUV 164.65 146.25 66.91 -
System Red Green Blue C M Y K H S L
Decimal 79 202 197 0.61 0 0.02 0.21 177.56 0.54 0.55
Hex 4F CA C5 3D 0 2 15 B2 36 37
Octal 117 312 305 75 0 2 25 262 66 67
Binary 1001111 11001010 11000101 111101 0 10 10101 10110010 110110 110111

Color Harmonies of #4FCAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCAC5

Black with #4FCAC5

Text Example


Text Example

White with #4FCAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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