#4BDAD0

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

Shades of Medium Turquoise #4BDAD0

Tints of Medium Turquoise #4BDAD0

Color information

#4BDAD0 (or 0x4BDAD0) is unknown color: approx Medium Turquoise. HEX triplet: 4B, DA and D0. RGB value is (75,218,208). Sum of RGB (Red+Green+Blue) = 75+218+208=501 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.97% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDAD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDAD0 is #B4252F. Grayscale: #AEAEAE. Windows color (decimal): -11806000 or 13687371. OLE color: 13687371.

HSL color Cylindrical-coordinate representation of color #4BDAD0: hue angle of 175.8º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDAD0 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB75218208-
CMYK0.6600.050.15
HSL175.8º65.9%57.45%-
HSV(B)175.8º65.6%85.49%-
XYZ39.3656.1968.45-
YUV174.1147.1257.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.97%
GREEN value IS 218 (85.55% from 255) = 43.51%
BLUE value IS 208 (81.64% from 255) = 41.52%
R=14.97%
G=43.51%
B=41.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal752182080.6600.050.15175.865.957.45
Hex4BDAD04205Fb04239
Octal113332320102051726010271
Binary10010111101101011010000100001001011111101100001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BDAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,218,208); }

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

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

 a { background-color: rgb(75,218,208); }

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

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

 span { border-color: rgb(75,218,208); }

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