Html Css Color HEX #4DFDBB Turquoise

📋 copy color: '#4DFDBB'

red 77 ◦ green 253 ◦ blue 187

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

Shades of Turquoise #4DFDBB

Tints of Turquoise #4DFDBB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.94%

 BLUE value IS 187 (73.44% from 255) = 36.17%

R = 14.89%
G = 48.94%
B = 36.17%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#4DFDBB (or 0x4DFDBB) is known color: Turquoise. HEX triplet: 4D, FD and BB. RGB value is (77,253,187). Sum of RGB (Red+Green+Blue) = 77+253+187=517 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.89% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFDBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFDBB is #B20244. Grayscale: #C0C0C0. Windows color (decimal): -11665989 or 12320077. OLE color: 12320077.

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

Color convert

RGB 77 253 187 -
CMYK 0.70 0 0.26 0.01
HSL 157.5º 0.98% 0.65% -
HSV(B) 157.5º 0.7% 0.99% -
XYZ 47.16 75.42 59.09 -
YUV 192.85 124.69 45.37 -
System Red Green Blue C M Y K H S L
Decimal 77 253 187 0.70 0 0.26 0.01 157.5 0.98 0.65
Hex 4D FD BB 46 0 1A 1 9E 62 41
Octal 115 375 273 106 0 32 1 236 142 101
Binary 1001101 11111101 10111011 1000110 0 11010 1 10011110 1100010 1000001

Color Harmonies of #4DFDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFDBB

Black with #4DFDBB

Text Example


Text Example

White with #4DFDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,253,187); }

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

background-color css

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

 a { background-color: rgb(77,253,187); }

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

border-color css

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

 span { border-color: rgb(77,253,187); }

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