Html Css Color HEX #4FCAB9 Medium Turquoise

📋 copy color: '#4FCAB9'

red 79 ◦ green 202 ◦ blue 185

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

Shades of Medium Turquoise #4FCAB9

Tints of Medium Turquoise #4FCAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.7%

R = 16.95%
G = 43.35%
B = 39.7%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#4FCAB9 (or 0x4FCAB9) is known color: Medium Turquoise. HEX triplet: 4F, CA and B9. RGB value is (79,202,185). Sum of RGB (Red+Green+Blue) = 79+202+185=466 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.95% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #4FCAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCAB9 is #B03546. Grayscale: #A3A3A3. Windows color (decimal): -11547975 or 12175951. OLE color: 12175951.

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

Color convert

RGB 79 202 185 -
CMYK 0.61 0 0.08 0.21
HSL 171.71º 0.54% 0.55% -
HSV(B) 171.71º 0.61% 0.79% -
XYZ 33.1 47.41 53.3 -
YUV 163.29 140.25 67.88 -
System Red Green Blue C M Y K H S L
Decimal 79 202 185 0.61 0 0.08 0.21 171.71 0.54 0.55
Hex 4F CA B9 3D 0 8 15 AC 36 37
Octal 117 312 271 75 0 10 25 254 66 67
Binary 1001111 11001010 10111001 111101 0 1000 10101 10101100 110110 110111

Color Harmonies of #4FCAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCAB9

Black with #4FCAB9

Text Example


Text Example

White with #4FCAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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