#4ED1EA

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

Shades of Turquoise Blue #4ED1EA

Tints of Turquoise Blue #4ED1EA

Color information

#4ED1EA (or 0x4ED1EA) is unknown color: approx Turquoise Blue. HEX triplet: 4E, D1 and EA. RGB value is (78,209,234). Sum of RGB (Red+Green+Blue) = 78+209+234=521 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.97% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #4ED1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ED1EA is #B12E15. Grayscale: #ACACAC. Windows color (decimal): -11611670 or 15389006. OLE color: 15389006.

HSL color Cylindrical-coordinate representation of color #4ED1EA: hue angle of 189.62º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ED1EA is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB78209234-
CMYK0.670.1100.08
HSL189.62º78.79%61.18%-
HSV(B)189.62º66.67%91.76%-
XYZ40.7953.1685.95-
YUV172.68162.660.47-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.97%
GREEN value IS 209 (82.03% from 255) = 40.12%
BLUE value IS 234 (91.80% from 255) = 44.91%
R=14.97%
G=40.12%
B=44.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal782092340.670.1100.08189.6278.7961.18
Hex4ED1EA43B08be4f3d
Octal1163213521031301027611775
Binary100111011010001111010101000011101101000101111101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,209,234); }

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

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

 a { background-color: rgb(78,209,234); }

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

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

 span { border-color: rgb(78,209,234); }

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