#4DFCC0

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

Shades of Turquoise #4DFCC0

Tints of Turquoise #4DFCC0

Color information

#4DFCC0 (or 0x4DFCC0) is unknown color: approx Turquoise. HEX triplet: 4D, FC and C0. RGB value is (77,252,192). Sum of RGB (Red+Green+Blue) = 77+252+192=521 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.78% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFCC0 is #B2033F. Grayscale: #C0C0C0. Windows color (decimal): -11666240 or 12647501. OLE color: 12647501.

HSL color Cylindrical-coordinate representation of color #4DFCC0: hue angle of 159.43º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFCC0 is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB77252192-
CMYK0.6900.240.01
HSL159.43º96.69%64.51%-
HSV(B)159.43º69.44%98.82%-
XYZ47.397561.85-
YUV192.83127.5245.38-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.78%
GREEN value IS 252 (98.83% from 255) = 48.37%
BLUE value IS 192 (75.39% from 255) = 36.85%
R=14.78%
G=48.37%
B=36.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal772521920.6900.240.01159.4396.6964.51
Hex4DFCC04501819f6141
Octal1153743001050301237141101
Binary10011011111110011000000100010101100011001111111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DFCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,252,192); }

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

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

 a { background-color: rgb(77,252,192); }

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

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

 span { border-color: rgb(77,252,192); }

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