#4BECD9

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

Shades of Turquoise #4BECD9

Tints of Turquoise #4BECD9

Color information

#4BECD9 (or 0x4BECD9) is unknown color: approx Turquoise. HEX triplet: 4B, EC and D9. RGB value is (75,236,217). Sum of RGB (Red+Green+Blue) = 75+236+217=528 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.20% from 528); Green value is 236 (92.58% from 255 or 44.70% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 236 - color contains mainly: green. Hex color #4BECD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BECD9 is #B41326. Grayscale: #B9B9B9. Windows color (decimal): -11801383 or 14281803. OLE color: 14281803.

HSL color Cylindrical-coordinate representation of color #4BECD9: hue angle of 172.92º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BECD9 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB75236217-
CMYK0.6800.080.07
HSL172.92º80.9%60.98%-
HSV(B)172.92º68.22%92.55%-
XYZ45.4266.576.09-
YUV185.7145.6649.04-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.20%
GREEN value IS 236 (92.58% from 255) = 44.70%
BLUE value IS 217 (85.16% from 255) = 41.10%
R=14.20%
G=44.70%
B=41.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal752362170.6800.080.07172.9280.960.98
Hex4BECD944087ad513d
Octal113354331104010725512175
Binary10010111110110011011001100010001000111101011011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BECD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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