#4BE5ED

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

Shades of Turquoise #4BE5ED

Tints of Turquoise #4BE5ED

Color information

#4BE5ED (or 0x4BE5ED) is unknown color: approx Turquoise. HEX triplet: 4B, E5 and ED. RGB value is (75,229,237). Sum of RGB (Red+Green+Blue) = 75+229+237=541 (71% of max value = 765). Red value is 75 (29.69% from 255 or 13.86% from 541); Green value is 229 (89.84% from 255 or 42.33% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #4BE5ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BE5ED is #B41A12. Grayscale: #B7B7B7. Windows color (decimal): -11803155 or 15590731. OLE color: 15590731.

HSL color Cylindrical-coordinate representation of color #4BE5ED: hue angle of 182.96º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BE5ED is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB75229237-
CMYK0.680.0300.07
HSL182.96º81.82%61.18%-
HSV(B)182.96º68.35%92.94%-
XYZ46.2163.6589.97-
YUV183.87157.9850.35-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 13.86%
GREEN value IS 229 (89.84% from 255) = 42.33%
BLUE value IS 237 (92.97% from 255) = 43.81%
R=13.86%
G=42.33%
B=43.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal752292370.680.0300.07182.9681.8261.18
Hex4BE5ED44307b7523d
Octal11334535510430726712275
Binary100101111100101111011011000100110111101101111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,229,237); }

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

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

 a { background-color: rgb(75,229,237); }

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

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

 span { border-color: rgb(75,229,237); }

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