#4DF3B6

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

Shades of Turquoise #4DF3B6

Tints of Turquoise #4DF3B6

Color information

#4DF3B6 (or 0x4DF3B6) is unknown color: approx Turquoise. HEX triplet: 4D, F3 and B6. RGB value is (77,243,182). Sum of RGB (Red+Green+Blue) = 77+243+182=502 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.34% from 502); Green value is 243 (95.31% from 255 or 48.41% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 243 - color contains mainly: green. Hex color #4DF3B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF3B6 is #B20C49. Grayscale: #BABABA. Windows color (decimal): -11668554 or 11989837. OLE color: 11989837.

HSL color Cylindrical-coordinate representation of color #4DF3B6: hue angle of 157.95º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF3B6 is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB77243182-
CMYK0.6800.250.05
HSL157.95º87.37%62.75%-
HSV(B)157.95º68.31%95.29%-
XYZ43.5569.0655.29-
YUV186.41125.549.96-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.34%
GREEN value IS 243 (95.31% from 255) = 48.41%
BLUE value IS 182 (71.48% from 255) = 36.25%
R=15.34%
G=48.41%
B=36.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal772431820.6800.250.05157.9587.3762.75
Hex4DF3B64401959e573f
Octal115363266104031523612777
Binary100110111110011101101101000100011001101100111101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DF3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,243,182); }

 H1.HeaderClassName
 {
   color: #4DF3B6;
 }
 .AnyTagClassName
 {
   color: #4DF3B6;
 }
</style>
background-color css

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

 a { background-color: rgb(77,243,182); }

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

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

 span { border-color: rgb(77,243,182); }

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