Html Css Color HEX #4FDCCF Medium Turquoise

📋 copy color: '#4FDCCF'

red 79 ◦ green 220 ◦ blue 207

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

Shades of Medium Turquoise #4FDCCF

Tints of Medium Turquoise #4FDCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.91%

R = 15.61%
G = 43.48%
B = 40.91%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#4FDCCF (or 0x4FDCCF) is known color: Medium Turquoise. HEX triplet: 4F, DC and CF. RGB value is (79,220,207). Sum of RGB (Red+Green+Blue) = 79+220+207=506 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.61% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDCCF is #B02330. Grayscale: #B0B0B0. Windows color (decimal): -11543345 or 13622351. OLE color: 13622351.

HSL color Cylindrical-coordinate representation of color #4FDCCF: hue angle of 174.47º 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 #4FDCCF is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 79 220 207 -
CMYK 0.64 0 0.06 0.14
HSL 174.47º 0.67% 0.59% -
HSV(B) 174.47º 0.64% 0.86% -
XYZ 40.08 57.35 67.99 -
YUV 176.36 145.29 58.56 -
System Red Green Blue C M Y K H S L
Decimal 79 220 207 0.64 0 0.06 0.14 174.47 0.67 0.59
Hex 4F DC CF 40 0 6 E AE 43 3B
Octal 117 334 317 100 0 6 16 256 103 73
Binary 1001111 11011100 11001111 1000000 0 110 1110 10101110 1000011 111011

Color Harmonies of #4FDCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDCCF

Black with #4FDCCF

Text Example


Text Example

White with #4FDCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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