#4BE1E3

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

Shades of Turquoise #4BE1E3

Tints of Turquoise #4BE1E3

Color information

#4BE1E3 (or 0x4BE1E3) is unknown color: approx Turquoise. HEX triplet: 4B, E1 and E3. RGB value is (75,225,227). Sum of RGB (Red+Green+Blue) = 75+225+227=527 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.23% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 227 (89.06% from 255 or 43.07% from 527); Max value from RGB is 227 - color contains mainly: blue. Hex color #4BE1E3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BE1E3 is #B41E1C. Grayscale: #B4B4B4. Windows color (decimal): -11804189 or 14934347. OLE color: 14934347.

HSL color Cylindrical-coordinate representation of color #4BE1E3: hue angle of 180.79º 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 #4BE1E3 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB75225227-
CMYK0.670.0100.11
HSL180.79º73.08%59.22%-
HSV(B)180.79º66.96%89.02%-
XYZ43.6960.8982.12-
YUV180.38154.352.84-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.23%
GREEN value IS 225 (88.28% from 255) = 42.69%
BLUE value IS 227 (89.06% from 255) = 43.07%
R=14.23%
G=42.69%
B=43.07%

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
Decimal752252270.670.0100.11180.7973.0859.22
Hex4BE1E34310Bb5493b
Octal113341343103101326511173
Binary100101111100001111000111000011101011101101011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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