#4BDED9

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

Shades of Turquoise #4BDED9

Tints of Turquoise #4BDED9

Color information

#4BDED9 (or 0x4BDED9) is unknown color: approx Turquoise. HEX triplet: 4B, DE and D9. RGB value is (75,222,217). Sum of RGB (Red+Green+Blue) = 75+222+217=514 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.59% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 217 (85.16% from 255 or 42.22% from 514); Max value from RGB is 222 - color contains mainly: green. Hex color #4BDED9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDED9 is #B42126. Grayscale: #B1B1B1. Windows color (decimal): -11804967 or 14278219. OLE color: 14278219.

HSL color Cylindrical-coordinate representation of color #4BDED9: hue angle of 177.96º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDED9 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB75222217-
CMYK0.6600.020.13
HSL177.96º69.01%58.24%-
HSV(B)177.96º66.22%87.06%-
XYZ41.5558.7574.8-
YUV177.48150.354.91-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.59%
GREEN value IS 222 (87.11% from 255) = 43.19%
BLUE value IS 217 (85.16% from 255) = 42.22%
R=14.59%
G=43.19%
B=42.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal752222170.6600.020.13177.9669.0158.24
Hex4BDED94202Db2453a
Octal113336331102021526210572
Binary1001011110111101101100110000100101101101100101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BDED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,222,217); }

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

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

 a { background-color: rgb(75,222,217); }

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

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

 span { border-color: rgb(75,222,217); }

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