#4BE6B9

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

Shades of Turquoise #4BE6B9

Tints of Turquoise #4BE6B9

Color information

#4BE6B9 (or 0x4BE6B9) is unknown color: approx Turquoise. HEX triplet: 4B, E6 and B9. RGB value is (75,230,185). Sum of RGB (Red+Green+Blue) = 75+230+185=490 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.31% from 490); Green value is 230 (90.23% from 255 or 46.94% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 230 - color contains mainly: green. Hex color #4BE6B9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BE6B9 is #B41946. Grayscale: #B2B2B2. Windows color (decimal): -11802951 or 12183115. OLE color: 12183115.

HSL color Cylindrical-coordinate representation of color #4BE6B9: hue angle of 162.58º degrees, saturation: 0.76, 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 #4BE6B9 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB75230185-
CMYK0.6700.200.10
HSL162.58º75.61%59.8%-
HSV(B)162.58º67.39%90.2%-
XYZ39.9661.5955.68-
YUV178.52131.6554.16-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.31%
GREEN value IS 230 (90.23% from 255) = 46.94%
BLUE value IS 185 (72.66% from 255) = 37.76%
R=15.31%
G=46.94%
B=37.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal752301850.6700.200.10162.5875.6159.8
Hex4BE6B943014Aa34c3c
Octal1133462711030241224311474
Binary1001011111001101011100110000110101001010101000111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,230,185); }

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

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

 a { background-color: rgb(75,230,185); }

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

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

 span { border-color: rgb(75,230,185); }

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