Html Css Color HEX #4FCCBF Medium Turquoise

📋 copy color: '#4FCCBF'

red 79 ◦ green 204 ◦ blue 191

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

Shades of Medium Turquoise #4FCCBF

Tints of Medium Turquoise #4FCCBF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.04%

 BLUE value IS 191 (75% from 255) = 40.3%

R = 16.67%
G = 43.04%
B = 40.3%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#4FCCBF (or 0x4FCCBF) is known color: Medium Turquoise. HEX triplet: 4F, CC and BF. RGB value is (79,204,191). Sum of RGB (Red+Green+Blue) = 79+204+191=474 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.67% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #4FCCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCCBF is #B03340. Grayscale: #A5A5A5. Windows color (decimal): -11547457 or 12569679. OLE color: 12569679.

HSL color Cylindrical-coordinate representation of color #4FCCBF: hue angle of 173.76º degrees, saturation: 0.55, 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 #4FCCBF is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 79 204 191 -
CMYK 0.61 0 0.06 0.2
HSL 173.76º 0.55% 0.55% -
HSV(B) 173.76º 0.61% 0.8% -
XYZ 34.22 48.61 56.87 -
YUV 165.14 142.59 66.56 -
System Red Green Blue C M Y K H S L
Decimal 79 204 191 0.61 0 0.06 0.2 173.76 0.55 0.55
Hex 4F CC BF 3D 0 6 14 AE 37 37
Octal 117 314 277 75 0 6 24 256 67 67
Binary 1001111 11001100 10111111 111101 0 110 10100 10101110 110111 110111

Color Harmonies of #4FCCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCCBF

Black with #4FCCBF

Text Example


Text Example

White with #4FCCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,204,191); }

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

background-color css

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

 a { background-color: rgb(79,204,191); }

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

border-color css

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

 span { border-color: rgb(79,204,191); }

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