#4BE5C6

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

Shades of Turquoise #4BE5C6

Tints of Turquoise #4BE5C6

Color information

#4BE5C6 (or 0x4BE5C6) is unknown color: approx Turquoise. HEX triplet: 4B, E5 and C6. RGB value is (75,229,198). Sum of RGB (Red+Green+Blue) = 75+229+198=502 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.94% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 229 - color contains mainly: green. Hex color #4BE5C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BE5C6 is #B41A39. Grayscale: #B3B3B3. Windows color (decimal): -11803194 or 13034827. OLE color: 13034827.

HSL color Cylindrical-coordinate representation of color #4BE5C6: hue angle of 167.92º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BE5C6 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB75229198-
CMYK0.6700.140.10
HSL167.92º74.76%59.61%-
HSV(B)167.92º67.25%89.8%-
XYZ41.1161.6163.15-
YUV179.42138.4853.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.94%
GREEN value IS 229 (89.84% from 255) = 45.62%
BLUE value IS 198 (77.73% from 255) = 39.44%
R=14.94%
G=45.62%
B=39.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal752291980.6700.140.10167.9274.7659.61
Hex4BE5C6430EAa84b3c
Octal1133453061030161225011374
Binary100101111100101110001101000011011101010101010001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,229,198); }

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

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

 a { background-color: rgb(75,229,198); }

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

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

 span { border-color: rgb(75,229,198); }

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