#4BE6D8

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

Shades of Turquoise #4BE6D8

Tints of Turquoise #4BE6D8

Color information

#4BE6D8 (or 0x4BE6D8) is unknown color: approx Turquoise. HEX triplet: 4B, E6 and D8. RGB value is (75,230,216). Sum of RGB (Red+Green+Blue) = 75+230+216=521 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.40% from 521); Green value is 230 (90.23% from 255 or 44.15% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 230 - color contains mainly: green. Hex color #4BE6D8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BE6D8 is #B41927. Grayscale: #B5B5B5. Windows color (decimal): -11802920 or 14214731. OLE color: 14214731.

HSL color Cylindrical-coordinate representation of color #4BE6D8: hue angle of 174.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 #4BE6D8 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB75230216-
CMYK0.6700.060.10
HSL174.58º75.61%59.8%-
HSV(B)174.58º67.39%90.2%-
XYZ43.5963.0574.84-
YUV182.06147.1551.64-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.40%
GREEN value IS 230 (90.23% from 255) = 44.15%
BLUE value IS 216 (84.77% from 255) = 41.46%
R=14.40%
G=44.15%
B=41.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal752302160.6700.060.10174.5875.6159.8
Hex4BE6D84306Aaf4c3c
Octal113346330103061225711474
Binary10010111110011011011000100001101101010101011111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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