Html Css Color HEX #4FDCCA Medium Turquoise

📋 copy color: '#4FDCCA'

red 79 ◦ green 220 ◦ blue 202

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

Shades of Medium Turquoise #4FDCCA

Tints of Medium Turquoise #4FDCCA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.91%

 BLUE value IS 202 (79.3% from 255) = 40.32%

R = 15.77%
G = 43.91%
B = 40.32%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#4FDCCA (or 0x4FDCCA) is known color: Medium Turquoise. HEX triplet: 4F, DC and CA. RGB value is (79,220,202). Sum of RGB (Red+Green+Blue) = 79+220+202=501 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.77% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDCCA is #B02335. Grayscale: #AFAFAF. Windows color (decimal): -11543350 or 13294671. OLE color: 13294671.

HSL color Cylindrical-coordinate representation of color #4FDCCA: hue angle of 172.34º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDCCA is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 79 220 202 -
CMYK 0.64 0 0.08 0.14
HSL 172.34º 0.67% 0.59% -
HSV(B) 172.34º 0.64% 0.86% -
XYZ 39.48 57.11 64.82 -
YUV 175.79 142.79 58.96 -
System Red Green Blue C M Y K H S L
Decimal 79 220 202 0.64 0 0.08 0.14 172.34 0.67 0.59
Hex 4F DC CA 40 0 8 E AC 43 3B
Octal 117 334 312 100 0 10 16 254 103 73
Binary 1001111 11011100 11001010 1000000 0 1000 1110 10101100 1000011 111011

Color Harmonies of #4FDCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDCCA

Black with #4FDCCA

Text Example


Text Example

White with #4FDCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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