#4BE0C2

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

Shades of Turquoise #4BE0C2

Tints of Turquoise #4BE0C2

Color information

#4BE0C2 (or 0x4BE0C2) is unknown color: approx Turquoise. HEX triplet: 4B, E0 and C2. RGB value is (75,224,194). Sum of RGB (Red+Green+Blue) = 75+224+194=493 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.21% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 224 - color contains mainly: green. Hex color #4BE0C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BE0C2 is #B41F3D. Grayscale: #B0B0B0. Windows color (decimal): -11804478 or 12771403. OLE color: 12771403.

HSL color Cylindrical-coordinate representation of color #4BE0C2: hue angle of 167.92º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BE0C2 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB75224194-
CMYK0.6700.130.12
HSL167.92º70.62%58.63%-
HSV(B)167.92º66.52%87.84%-
XYZ39.2958.760.3-
YUV176.03138.1455.94-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.21%
GREEN value IS 224 (87.89% from 255) = 45.44%
BLUE value IS 194 (76.17% from 255) = 39.35%
R=15.21%
G=45.44%
B=39.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal752241940.6700.130.12167.9270.6258.63
Hex4BE0C2430DCa8473b
Octal1133403021030151425010773
Binary100101111100000110000101000011011011100101010001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE0C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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