Html Css Color HEX #4DFBBA Turquoise

📋 copy color: '#4DFBBA'

red 77 ◦ green 251 ◦ blue 186

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

Shades of Turquoise #4DFBBA

Tints of Turquoise #4DFBBA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.83%

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

R = 14.98%
G = 48.83%
B = 36.19%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#4DFBBA (or 0x4DFBBA) is known color: Turquoise. HEX triplet: 4D, FB and BA. RGB value is (77,251,186). Sum of RGB (Red+Green+Blue) = 77+251+186=514 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.98% from 514); Green value is 251 (98.44% from 255 or 48.83% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFBBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFBBA is #B20445. Grayscale: #BFBFBF. Windows color (decimal): -11666502 or 12254029. OLE color: 12254029.

HSL color Cylindrical-coordinate representation of color #4DFBBA: hue angle of 157.59º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFBBA is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 251 186 -
CMYK 0.69 0 0.26 0.02
HSL 157.59º 0.96% 0.64% -
HSV(B) 157.59º 0.69% 0.98% -
XYZ 46.42 74.12 58.31 -
YUV 191.56 124.85 46.29 -
System Red Green Blue C M Y K H S L
Decimal 77 251 186 0.69 0 0.26 0.02 157.59 0.96 0.64
Hex 4D FB BA 45 0 1A 2 9E 60 40
Octal 115 373 272 105 0 32 2 236 140 100
Binary 1001101 11111011 10111010 1000101 0 11010 10 10011110 1100000 1000000

Color Harmonies of #4DFBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFBBA

Black with #4DFBBA

Text Example


Text Example

White with #4DFBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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