Html Css Color HEX #4FDCE1 Medium Turquoise

📋 copy color: '#4FDCE1'

red 79 ◦ green 220 ◦ blue 225

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

Shades of Medium Turquoise #4FDCE1

Tints of Medium Turquoise #4FDCE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.94%

R = 15.08%
G = 41.98%
B = 42.94%

CMYK

 C value IS 0.65

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4FDCE1 (or 0x4FDCE1) is known color: Medium Turquoise. HEX triplet: 4F, DC and E1. RGB value is (79,220,225). Sum of RGB (Red+Green+Blue) = 79+220+225=524 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.08% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 225 (88.28% from 255 or 42.94% from 524); Max value from RGB is 225 - color contains mainly: blue. Hex color #4FDCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDCE1 is #B0231E. Grayscale: #B2B2B2. Windows color (decimal): -11543327 or 14801999. OLE color: 14801999.

HSL color Cylindrical-coordinate representation of color #4FDCE1: hue angle of 182.05º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FDCE1 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 79 220 225 -
CMYK 0.65 0.02 0 0.12
HSL 182.05º 0.71% 0.6% -
HSV(B) 182.05º 0.65% 0.88% -
XYZ 42.41 58.28 80.25 -
YUV 178.41 154.29 57.09 -
System Red Green Blue C M Y K H S L
Decimal 79 220 225 0.65 0.02 0 0.12 182.05 0.71 0.6
Hex 4F DC E1 41 2 0 C B6 47 3C
Octal 117 334 341 101 2 0 14 266 107 74
Binary 1001111 11011100 11100001 1000001 10 0 1100 10110110 1000111 111100

Color Harmonies of #4FDCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDCE1

Black with #4FDCE1

Text Example


Text Example

White with #4FDCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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