Html Css Color HEX #4DFBB8 Turquoise

📋 copy color: '#4DFBB8'

red 77 ◦ green 251 ◦ blue 184

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

Shades of Turquoise #4DFBB8

Tints of Turquoise #4DFBB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.94%

R = 15.04%
G = 49.02%
B = 35.94%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#4DFBB8 (or 0x4DFBB8) is known color: Turquoise. HEX triplet: 4D, FB and B8. RGB value is (77,251,184). Sum of RGB (Red+Green+Blue) = 77+251+184=512 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.04% from 512); Green value is 251 (98.44% from 255 or 49.02% from 512); Blue value is 184 (72.27% from 255 or 35.94% from 512); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFBB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFBB8 is #B20447. Grayscale: #BFBFBF. Windows color (decimal): -11666504 or 12122957. OLE color: 12122957.

HSL color Cylindrical-coordinate representation of color #4DFBB8: hue angle of 156.9º 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 #4DFBB8 is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 251 184 -
CMYK 0.69 0 0.27 0.02
HSL 156.9º 0.96% 0.64% -
HSV(B) 156.9º 0.69% 0.98% -
XYZ 46.21 74.03 57.2 -
YUV 191.34 123.85 46.45 -
System Red Green Blue C M Y K H S L
Decimal 77 251 184 0.69 0 0.27 0.02 156.9 0.96 0.64
Hex 4D FB B8 45 0 1B 2 9D 60 40
Octal 115 373 270 105 0 33 2 235 140 100
Binary 1001101 11111011 10111000 1000101 0 11011 10 10011101 1100000 1000000

Color Harmonies of #4DFBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFBB8

Black with #4DFBB8

Text Example


Text Example

White with #4DFBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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