Html Css Color HEX #4FCAB7 Medium Turquoise

📋 copy color: '#4FCAB7'

red 79 ◦ green 202 ◦ blue 183

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

Shades of Medium Turquoise #4FCAB7

Tints of Medium Turquoise #4FCAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.44%

R = 17.03%
G = 43.53%
B = 39.44%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#4FCAB7 (or 0x4FCAB7) is known color: Medium Turquoise. HEX triplet: 4F, CA and B7. RGB value is (79,202,183). Sum of RGB (Red+Green+Blue) = 79+202+183=464 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.03% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 183 (71.88% from 255 or 39.44% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #4FCAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCAB7 is #B03548. Grayscale: #A3A3A3. Windows color (decimal): -11547977 or 12044879. OLE color: 12044879.

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

Color convert

RGB 79 202 183 -
CMYK 0.61 0 0.09 0.21
HSL 170.73º 0.54% 0.55% -
HSV(B) 170.73º 0.61% 0.79% -
XYZ 32.89 47.32 52.2 -
YUV 163.06 139.25 68.04 -
System Red Green Blue C M Y K H S L
Decimal 79 202 183 0.61 0 0.09 0.21 170.73 0.54 0.55
Hex 4F CA B7 3D 0 9 15 AB 36 37
Octal 117 312 267 75 0 11 25 253 66 67
Binary 1001111 11001010 10110111 111101 0 1001 10101 10101011 110110 110111

Color Harmonies of #4FCAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCAB7

Black with #4FCAB7

Text Example


Text Example

White with #4FCAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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