#4BEFC2

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

Shades of Turquoise #4BEFC2

Tints of Turquoise #4BEFC2

Color information

#4BEFC2 (or 0x4BEFC2) is unknown color: approx Turquoise. HEX triplet: 4B, EF and C2. RGB value is (75,239,194). Sum of RGB (Red+Green+Blue) = 75+239+194=508 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.76% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 239 - color contains mainly: green. Hex color #4BEFC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BEFC2 is #B4103D. Grayscale: #B8B8B8. Windows color (decimal): -11800638 or 12775243. OLE color: 12775243.

HSL color Cylindrical-coordinate representation of color #4BEFC2: hue angle of 163.54º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BEFC2 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB75239194-
CMYK0.6900.190.06
HSL163.54º83.67%61.57%-
HSV(B)163.54º68.62%93.73%-
XYZ43.5167.1261.7-
YUV184.83133.1749.66-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.76%
GREEN value IS 239 (93.75% from 255) = 47.05%
BLUE value IS 194 (76.17% from 255) = 38.19%
R=14.76%
G=47.05%
B=38.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal752391940.6900.190.06163.5483.6761.57
Hex4BEFC2450136a4543e
Octal113357302105023624412476
Binary100101111101111110000101000101010011110101001001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BEFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,239,194); }

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

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

 a { background-color: rgb(75,239,194); }

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

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

 span { border-color: rgb(75,239,194); }

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