#4DCBCA

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

Shades of Medium Turquoise #4DCBCA

Tints of Medium Turquoise #4DCBCA

Color information

#4DCBCA (or 0x4DCBCA) is unknown color: approx Medium Turquoise. HEX triplet: 4D, CB and CA. RGB value is (77,203,202). Sum of RGB (Red+Green+Blue) = 77+203+202=482 (63% of max value = 765). Red value is 77 (30.47% from 255 or 15.98% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 203 - color contains mainly: green. Hex color #4DCBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCBCA is #B23435. Grayscale: #A5A5A5. Windows color (decimal): -11678774 or 13290317. OLE color: 13290317.

HSL color Cylindrical-coordinate representation of color #4DCBCA: hue angle of 179.52º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCBCA is Cyan = 0.62, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB77203202-
CMYK0.6200.000.20
HSL179.52º54.78%54.9%-
HSV(B)179.52º62.07%79.61%-
XYZ35.0848.5563.4-
YUV165.21148.7665.08-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.98%
GREEN value IS 203 (79.69% from 255) = 42.12%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=15.98%
G=42.12%
B=41.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal772032020.6200.000.20179.5254.7854.9
Hex4DCBCA3E0014b43737
Octal1153133127600242646767
Binary10011011100101111001010111110001010010110100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,203,202); }

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

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

 a { background-color: rgb(77,203,202); }

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

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

 span { border-color: rgb(77,203,202); }

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