Html Css Color HEX #4FCDBA Medium Turquoise

📋 copy color: '#4FCDBA'

red 79 ◦ green 205 ◦ blue 186

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

Shades of Medium Turquoise #4FCDBA

Tints of Medium Turquoise #4FCDBA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.62%

 BLUE value IS 186 (73.05% from 255) = 39.57%

R = 16.81%
G = 43.62%
B = 39.57%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#4FCDBA (or 0x4FCDBA) is known color: Medium Turquoise. HEX triplet: 4F, CD and BA. RGB value is (79,205,186). Sum of RGB (Red+Green+Blue) = 79+205+186=470 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.81% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #4FCDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCDBA is #B03245. Grayscale: #A5A5A5. Windows color (decimal): -11547206 or 12242255. OLE color: 12242255.

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

Color convert

RGB 79 205 186 -
CMYK 0.61 0 0.09 0.20
HSL 170.95º 0.56% 0.56% -
HSV(B) 170.95º 0.61% 0.8% -
XYZ 33.92 48.87 54.1 -
YUV 165.16 139.76 66.54 -
System Red Green Blue C M Y K H S L
Decimal 79 205 186 0.61 0 0.09 0.20 170.95 0.56 0.56
Hex 4F CD BA 3D 0 9 14 AB 38 38
Octal 117 315 272 75 0 11 24 253 70 70
Binary 1001111 11001101 10111010 111101 0 1001 10100 10101011 111000 111000

Color Harmonies of #4FCDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCDBA

Black with #4FCDBA

Text Example


Text Example

White with #4FCDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,205,186); }

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

background-color css

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

 a { background-color: rgb(79,205,186); }

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

border-color css

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

 span { border-color: rgb(79,205,186); }

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