Html Css Color HEX #4DFFBA Turquoise

📋 copy color: '#4DFFBA'

red 77 ◦ green 255 ◦ blue 186

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

Shades of Turquoise #4DFFBA

Tints of Turquoise #4DFFBA

RGB

 RED value IS 77 (30.47% from 255) = 14.86%

 GREEN value IS 255 (100% from 255) = 49.23%

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

R = 14.86%
G = 49.23%
B = 35.91%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#4DFFBA (or 0x4DFFBA) is known color: Turquoise. HEX triplet: 4D, FF and BA. RGB value is (77,255,186). Sum of RGB (Red+Green+Blue) = 77+255+186=518 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.86% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFFBA is #B20045. Grayscale: #C2C2C2. Windows color (decimal): -11665478 or 12255053. OLE color: 12255053.

HSL color Cylindrical-coordinate representation of color #4DFFBA: hue angle of 156.74º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFFBA is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 77 255 186 -
CMYK 0.70 0 0.27 0
HSL 156.74º 1% 0.65% -
HSV(B) 156.74º 0.7% 1% -
XYZ 47.68 76.64 58.73 -
YUV 193.91 123.53 44.61 -
System Red Green Blue C M Y K H S L
Decimal 77 255 186 0.70 0 0.27 0 156.74 1 0.65
Hex 4D FF BA 46 0 1B 0 9D 64 41
Octal 115 377 272 106 0 33 0 235 144 101
Binary 1001101 11111111 10111010 1000110 0 11011 0 10011101 1100100 1000001

Color Harmonies of #4DFFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFFBA

Black with #4DFFBA

Text Example


Text Example

White with #4DFFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,255,186); }

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

background-color css

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

 a { background-color: rgb(77,255,186); }

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

border-color css

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

 span { border-color: rgb(77,255,186); }

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