#4ED4ED

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

Shades of Turquoise Blue #4ED4ED

Tints of Turquoise Blue #4ED4ED

Color information

#4ED4ED (or 0x4ED4ED) is unknown color: approx Turquoise Blue. HEX triplet: 4E, D4 and ED. RGB value is (78,212,237). Sum of RGB (Red+Green+Blue) = 78+212+237=527 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.80% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #4ED4ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ED4ED is #B12B12. Grayscale: #AEAEAE. Windows color (decimal): -11610899 or 15586382. OLE color: 15586382.

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

Color convert

RGB78212237-
CMYK0.670.1100.07
HSL189.43º81.54%61.76%-
HSV(B)189.43º67.09%92.94%-
XYZ41.9754.8288.49-
YUV174.78163.1158.97-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.80%
GREEN value IS 212 (83.20% from 255) = 40.23%
BLUE value IS 237 (92.97% from 255) = 44.97%
R=14.80%
G=40.23%
B=44.97%

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
Decimal782122370.670.1100.07189.4381.5461.76
Hex4ED4ED43B07bd523e
Octal116324355103130727512276
Binary10011101101010011101101100001110110111101111011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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