Html Css Color HEX #4FCAC8 Medium Turquoise

📋 copy color: '#4FCAC8'

red 79 ◦ green 202 ◦ blue 200

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

Shades of Medium Turquoise #4FCAC8

Tints of Medium Turquoise #4FCAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.58%

R = 16.42%
G = 42%
B = 41.58%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#4FCAC8 (or 0x4FCAC8) is known color: Medium Turquoise. HEX triplet: 4F, CA and C8. RGB value is (79,202,200). Sum of RGB (Red+Green+Blue) = 79+202+200=481 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.42% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 200 (78.52% from 255 or 41.58% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #4FCAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCAC8 is #B03537. Grayscale: #A4A4A4. Windows color (decimal): -11547960 or 13158991. OLE color: 13158991.

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

Color convert

RGB 79 202 200 -
CMYK 0.61 0 0.01 0.21
HSL 179.02º 0.54% 0.55% -
HSV(B) 179.02º 0.61% 0.79% -
XYZ 34.77 48.07 62.09 -
YUV 165 147.75 66.66 -
System Red Green Blue C M Y K H S L
Decimal 79 202 200 0.61 0 0.01 0.21 179.02 0.54 0.55
Hex 4F CA C8 3D 0 1 15 B3 36 37
Octal 117 312 310 75 0 1 25 263 66 67
Binary 1001111 11001010 11001000 111101 0 1 10101 10110011 110110 110111

Color Harmonies of #4FCAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCAC8

Black with #4FCAC8

Text Example


Text Example

White with #4FCAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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