#4ED3ED

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

Shades of Turquoise Blue #4ED3ED

Tints of Turquoise Blue #4ED3ED

Color information

#4ED3ED (or 0x4ED3ED) is unknown color: approx Turquoise Blue. HEX triplet: 4E, D3 and ED. RGB value is (78,211,237). Sum of RGB (Red+Green+Blue) = 78+211+237=526 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.83% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #4ED3ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ED3ED is #B12C12. Grayscale: #ADADAD. Windows color (decimal): -11611155 or 15586126. OLE color: 15586126.

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

Color convert

RGB78211237-
CMYK0.670.1100.07
HSL189.81º81.54%61.76%-
HSV(B)189.81º67.09%92.94%-
XYZ41.7254.3288.41-
YUV174.2163.4459.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.83%
GREEN value IS 211 (82.81% from 255) = 40.11%
BLUE value IS 237 (92.97% from 255) = 45.06%
R=14.83%
G=40.11%
B=45.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal782112370.670.1100.07189.8181.5461.76
Hex4ED3ED43B07be523e
Octal116323355103130727612276
Binary10011101101001111101101100001110110111101111101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,211,237); }

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

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

 a { background-color: rgb(78,211,237); }

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

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

 span { border-color: rgb(78,211,237); }

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