Html Css Color HEX #4FDCE4 Medium Turquoise

📋 copy color: '#4FDCE4'

red 79 ◦ green 220 ◦ blue 228

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

Shades of Medium Turquoise #4FDCE4

Tints of Medium Turquoise #4FDCE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.26%

R = 14.99%
G = 41.75%
B = 43.26%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#4FDCE4 (or 0x4FDCE4) is known color: Medium Turquoise. HEX triplet: 4F, DC and E4. RGB value is (79,220,228). Sum of RGB (Red+Green+Blue) = 79+220+228=527 (69% of max value = 765). Red value is 79 (31.25% from 255 or 14.99% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 228 (89.45% from 255 or 43.26% from 527); Max value from RGB is 228 - color contains mainly: blue. Hex color #4FDCE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDCE4 is #B0231B. Grayscale: #B2B2B2. Windows color (decimal): -11543324 or 14998607. OLE color: 14998607.

HSL color Cylindrical-coordinate representation of color #4FDCE4: hue angle of 183.22º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FDCE4 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 79 220 228 -
CMYK 0.65 0.04 0 0.11
HSL 183.22º 0.73% 0.6% -
HSV(B) 183.22º 0.65% 0.89% -
XYZ 42.82 58.45 82.42 -
YUV 178.75 155.79 56.85 -
System Red Green Blue C M Y K H S L
Decimal 79 220 228 0.65 0.04 0 0.11 183.22 0.73 0.6
Hex 4F DC E4 41 4 0 B B7 49 3C
Octal 117 334 344 101 4 0 13 267 111 74
Binary 1001111 11011100 11100100 1000001 100 0 1011 10110111 1001001 111100

Color Harmonies of #4FDCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDCE4

Black with #4FDCE4

Text Example


Text Example

White with #4FDCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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