Html Css Color HEX #4FCBC0 Medium Turquoise

📋 copy color: '#4FCBC0'

red 79 ◦ green 203 ◦ blue 192

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

Shades of Medium Turquoise #4FCBC0

Tints of Medium Turquoise #4FCBC0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.83%

 BLUE value IS 192 (75.39% from 255) = 40.51%

R = 16.67%
G = 42.83%
B = 40.51%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#4FCBC0 (or 0x4FCBC0) is known color: Medium Turquoise. HEX triplet: 4F, CB and C0. RGB value is (79,203,192). Sum of RGB (Red+Green+Blue) = 79+203+192=474 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.67% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 203 - color contains mainly: green. Hex color #4FCBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCBC0 is #B0343F. Grayscale: #A4A4A4. Windows color (decimal): -11547712 or 12634959. OLE color: 12634959.

HSL color Cylindrical-coordinate representation of color #4FCBC0: hue angle of 174.68º 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 #4FCBC0 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 79 203 192 -
CMYK 0.61 0 0.05 0.20
HSL 174.68º 0.54% 0.55% -
HSV(B) 174.68º 0.61% 0.8% -
XYZ 34.09 48.18 57.37 -
YUV 164.67 143.42 66.89 -
System Red Green Blue C M Y K H S L
Decimal 79 203 192 0.61 0 0.05 0.20 174.68 0.54 0.55
Hex 4F CB C0 3D 0 5 14 AF 36 37
Octal 117 313 300 75 0 5 24 257 66 67
Binary 1001111 11001011 11000000 111101 0 101 10100 10101111 110110 110111

Color Harmonies of #4FCBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCBC0

Black with #4FCBC0

Text Example


Text Example

White with #4FCBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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