Html Css Color HEX #4FC7CB Medium Turquoise

📋 copy color: '#4FC7CB'

red 79 ◦ green 199 ◦ blue 203

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

Shades of Medium Turquoise #4FC7CB

Tints of Medium Turquoise #4FC7CB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.37%

 BLUE value IS 203 (79.69% from 255) = 42.2%

R = 16.42%
G = 41.37%
B = 42.2%

CMYK

 C value IS 0.61

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4FC7CB (or 0x4FC7CB) is known color: Medium Turquoise. HEX triplet: 4F, C7 and CB. RGB value is (79,199,203). Sum of RGB (Red+Green+Blue) = 79+199+203=481 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.42% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #4FC7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC7CB is #B03834. Grayscale: #A3A3A3. Windows color (decimal): -11548725 or 13354831. OLE color: 13354831.

HSL color Cylindrical-coordinate representation of color #4FC7CB: hue angle of 181.94º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FC7CB is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 79 199 203 -
CMYK 0.61 0.02 0 0.20
HSL 181.94º 0.54% 0.55% -
HSV(B) 181.94º 0.61% 0.8% -
XYZ 34.43 46.82 63.72 -
YUV 163.58 150.24 67.67 -
System Red Green Blue C M Y K H S L
Decimal 79 199 203 0.61 0.02 0 0.20 181.94 0.54 0.55
Hex 4F C7 CB 3D 2 0 14 B6 36 37
Octal 117 307 313 75 2 0 24 266 66 67
Binary 1001111 11000111 11001011 111101 10 0 10100 10110110 110110 110111

Color Harmonies of #4FC7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FC7CB

Black with #4FC7CB

Text Example


Text Example

White with #4FC7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,199,203); }

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

background-color css

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

 a { background-color: rgb(79,199,203); }

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

border-color css

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

 span { border-color: rgb(79,199,203); }

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