Html Css Color HEX #4DFFBC Turquoise

📋 copy color: '#4DFFBC'

red 77 ◦ green 255 ◦ blue 188

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

Shades of Turquoise #4DFFBC

Tints of Turquoise #4DFFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.15%

R = 14.81%
G = 49.04%
B = 36.15%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#4DFFBC (or 0x4DFFBC) is known color: Turquoise. HEX triplet: 4D, FF and BC. RGB value is (77,255,188). Sum of RGB (Red+Green+Blue) = 77+255+188=520 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.81% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFFBC is #B20043. Grayscale: #C2C2C2. Windows color (decimal): -11665476 or 12386125. OLE color: 12386125.

HSL color Cylindrical-coordinate representation of color #4DFFBC: hue angle of 157.42º 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 #4DFFBC is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB 77 255 188 -
CMYK 0.70 0 0.26 0
HSL 157.42º 1% 0.65% -
HSV(B) 157.42º 0.7% 1% -
XYZ 47.9 76.73 59.86 -
YUV 194.14 124.53 44.45 -
System Red Green Blue C M Y K H S L
Decimal 77 255 188 0.70 0 0.26 0 157.42 1 0.65
Hex 4D FF BC 46 0 1A 0 9D 64 41
Octal 115 377 274 106 0 32 0 235 144 101
Binary 1001101 11111111 10111100 1000110 0 11010 0 10011101 1100100 1000001

Color Harmonies of #4DFFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFFBC

Black with #4DFFBC

Text Example


Text Example

White with #4DFFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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