Html Css Color HEX #4FD2BA Medium Turquoise

📋 copy color: '#4FD2BA'

red 79 ◦ green 210 ◦ blue 186

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

Shades of Medium Turquoise #4FD2BA

Tints of Medium Turquoise #4FD2BA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.21%

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

R = 16.63%
G = 44.21%
B = 39.16%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#4FD2BA (or 0x4FD2BA) is known color: Medium Turquoise. HEX triplet: 4F, D2 and BA. RGB value is (79,210,186). Sum of RGB (Red+Green+Blue) = 79+210+186=475 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.63% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #4FD2BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FD2BA is #B02D45. Grayscale: #A8A8A8. Windows color (decimal): -11545926 or 12243535. OLE color: 12243535.

HSL color Cylindrical-coordinate representation of color #4FD2BA: hue angle of 169.01º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FD2BA is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 79 210 186 -
CMYK 0.62 0 0.11 0.18
HSL 169.01º 0.59% 0.57% -
HSV(B) 169.01º 0.62% 0.82% -
XYZ 35.13 51.3 54.5 -
YUV 168.1 138.1 64.45 -
System Red Green Blue C M Y K H S L
Decimal 79 210 186 0.62 0 0.11 0.18 169.01 0.59 0.57
Hex 4F D2 BA 3E 0 B 12 A9 3B 39
Octal 117 322 272 76 0 13 22 251 73 71
Binary 1001111 11010010 10111010 111110 0 1011 10010 10101001 111011 111001

Color Harmonies of #4FD2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FD2BA

Black with #4FD2BA

Text Example


Text Example

White with #4FD2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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