#4BDAE1

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

Shades of Medium Turquoise #4BDAE1

Tints of Medium Turquoise #4BDAE1

Color information

#4BDAE1 (or 0x4BDAE1) is unknown color: approx Medium Turquoise. HEX triplet: 4B, DA and E1. RGB value is (75,218,225). Sum of RGB (Red+Green+Blue) = 75+218+225=518 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.48% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 225 - color contains mainly: blue. Hex color #4BDAE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDAE1 is #B4251E. Grayscale: #AFAFAF. Windows color (decimal): -11805983 or 14801483. OLE color: 14801483.

HSL color Cylindrical-coordinate representation of color #4BDAE1: hue angle of 182.8º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BDAE1 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB75218225-
CMYK0.670.0300.12
HSL182.8º71.43%58.82%-
HSV(B)182.8º66.67%88.24%-
XYZ41.5657.0780.06-
YUV176.04155.6255.93-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.48%
GREEN value IS 218 (85.55% from 255) = 42.08%
BLUE value IS 225 (88.28% from 255) = 43.44%
R=14.48%
G=42.08%
B=43.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal752182250.670.0300.12182.871.4358.82
Hex4BDAE14330Cb7473b
Octal113332341103301426710773
Binary1001011110110101110000110000111101100101101111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BDAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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