Html Css Color HEX #4DF9BE Turquoise

📋 copy color: '#4DF9BE'

red 77 ◦ green 249 ◦ blue 190

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

Shades of Turquoise #4DF9BE

Tints of Turquoise #4DF9BE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.26%

 BLUE value IS 190 (74.61% from 255) = 36.82%

R = 14.92%
G = 48.26%
B = 36.82%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#4DF9BE (or 0x4DF9BE) is known color: Turquoise. HEX triplet: 4D, F9 and BE. RGB value is (77,249,190). Sum of RGB (Red+Green+Blue) = 77+249+190=516 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.92% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 249 - color contains mainly: green. Hex color #4DF9BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF9BE is #B20641. Grayscale: #BEBEBE. Windows color (decimal): -11667010 or 12515661. OLE color: 12515661.

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

Color convert

RGB 77 249 190 -
CMYK 0.69 0 0.24 0.02
HSL 159.42º 0.93% 0.64% -
HSV(B) 159.42º 0.69% 0.98% -
XYZ 46.23 73.05 60.38 -
YUV 190.85 127.52 46.8 -
System Red Green Blue C M Y K H S L
Decimal 77 249 190 0.69 0 0.24 0.02 159.42 0.93 0.64
Hex 4D F9 BE 45 0 18 2 9F 5D 40
Octal 115 371 276 105 0 30 2 237 135 100
Binary 1001101 11111001 10111110 1000101 0 11000 10 10011111 1011101 1000000

Color Harmonies of #4DF9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF9BE

Black with #4DF9BE

Text Example


Text Example

White with #4DF9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,249,190); }

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

background-color css

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

 a { background-color: rgb(77,249,190); }

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

border-color css

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

 span { border-color: rgb(77,249,190); }

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