#4BEEC0

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

Shades of Turquoise #4BEEC0

Tints of Turquoise #4BEEC0

Color information

#4BEEC0 (or 0x4BEEC0) is unknown color: approx Turquoise. HEX triplet: 4B, EE and C0. RGB value is (75,238,192). Sum of RGB (Red+Green+Blue) = 75+238+192=505 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.85% from 505); Green value is 238 (93.36% from 255 or 47.13% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 238 - color contains mainly: green. Hex color #4BEEC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BEEC0 is #B4113F. Grayscale: #B8B8B8. Windows color (decimal): -11800896 or 12643915. OLE color: 12643915.

HSL color Cylindrical-coordinate representation of color #4BEEC0: hue angle of 163.07º degrees, saturation: 0.83, 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 #4BEEC0 is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB75238192-
CMYK0.6800.190.07
HSL163.07º82.74%61.37%-
HSV(B)163.07º68.49%93.33%-
XYZ42.9966.4560.43-
YUV184.02132.550.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.85%
GREEN value IS 238 (93.36% from 255) = 47.13%
BLUE value IS 192 (75.39% from 255) = 38.02%
R=14.85%
G=47.13%
B=38.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal752381920.6800.190.07163.0782.7461.37
Hex4BEEC0440137a3533d
Octal113356300104023724312375
Binary100101111101110110000001000100010011111101000111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BEEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,238,192); }

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

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

 a { background-color: rgb(75,238,192); }

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

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

 span { border-color: rgb(75,238,192); }

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