#4BE0E3

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

Shades of Turquoise #4BE0E3

Tints of Turquoise #4BE0E3

Color information

#4BE0E3 (or 0x4BE0E3) is unknown color: approx Turquoise. HEX triplet: 4B, E0 and E3. RGB value is (75,224,227). Sum of RGB (Red+Green+Blue) = 75+224+227=526 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.26% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 227 (89.06% from 255 or 43.16% from 526); Max value from RGB is 227 - color contains mainly: blue. Hex color #4BE0E3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BE0E3 is #B41F1C. Grayscale: #B3B3B3. Windows color (decimal): -11804445 or 14934091. OLE color: 14934091.

HSL color Cylindrical-coordinate representation of color #4BE0E3: hue angle of 181.18º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BE0E3 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB75224227-
CMYK0.670.0100.11
HSL181.18º73.08%59.22%-
HSV(B)181.18º66.96%89.02%-
XYZ43.4260.3582.03-
YUV179.79154.6453.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.26%
GREEN value IS 224 (87.89% from 255) = 42.59%
BLUE value IS 227 (89.06% from 255) = 43.16%
R=14.26%
G=42.59%
B=43.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal752242270.670.0100.11181.1873.0859.22
Hex4BE0E34310Bb5493b
Octal113340343103101326511173
Binary100101111100000111000111000011101011101101011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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