#4DF9BE

Color #4DF9BE Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #4DF9BE

Tints of Turquoise #4DF9BE

Color information

#4DF9BE (or 0x4DF9BE) is unknown color: approx 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

RGB77249190-
CMYK0.6900.240.02
HSL159.42º93.48%63.92%-
HSV(B)159.42º69.08%97.65%-
XYZ46.2373.0560.38-
YUV190.85127.5246.8-

RGB Variations

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

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 (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal772491900.6900.240.02159.4293.4863.92
Hex4DF9BE4501829f5d40
Octal1153712761050302237135100
Binary100110111111001101111101000101011000101001111110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DF9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>