Html Css Color HEX #4FDACA Medium Turquoise

📋 copy color: '#4FDACA'

red 79 ◦ green 218 ◦ blue 202

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

Shades of Medium Turquoise #4FDACA

Tints of Medium Turquoise #4FDACA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.69%

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

R = 15.83%
G = 43.69%
B = 40.48%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#4FDACA (or 0x4FDACA) is known color: Medium Turquoise. HEX triplet: 4F, DA and CA. RGB value is (79,218,202). Sum of RGB (Red+Green+Blue) = 79+218+202=499 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.83% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 218 - color contains mainly: green. Hex color #4FDACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDACA is #B02535. Grayscale: #AEAEAE. Windows color (decimal): -11543862 or 13294159. OLE color: 13294159.

HSL color Cylindrical-coordinate representation of color #4FDACA: hue angle of 173.09º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDACA is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 79 218 202 -
CMYK 0.64 0 0.07 0.15
HSL 173.09º 0.65% 0.58% -
HSV(B) 173.09º 0.64% 0.85% -
XYZ 38.96 56.07 64.65 -
YUV 174.62 143.45 59.8 -
System Red Green Blue C M Y K H S L
Decimal 79 218 202 0.64 0 0.07 0.15 173.09 0.65 0.58
Hex 4F DA CA 40 0 7 F AD 41 3A
Octal 117 332 312 100 0 7 17 255 101 72
Binary 1001111 11011010 11001010 1000000 0 111 1111 10101101 1000001 111010

Color Harmonies of #4FDACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDACA

Black with #4FDACA

Text Example


Text Example

White with #4FDACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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