#4ED0EE

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

Shades of Turquoise Blue #4ED0EE

Tints of Turquoise Blue #4ED0EE

Color information

#4ED0EE (or 0x4ED0EE) is unknown color: approx Turquoise Blue. HEX triplet: 4E, D0 and EE. RGB value is (78,208,238). Sum of RGB (Red+Green+Blue) = 78+208+238=524 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.89% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #4ED0EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ED0EE is #B12F11. Grayscale: #ACACAC. Windows color (decimal): -11611922 or 15650894. OLE color: 15650894.

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

Color convert

RGB78208238-
CMYK0.670.1300.07
HSL191.25º82.47%61.96%-
HSV(B)191.25º67.23%93.33%-
XYZ41.1352.988.93-
YUV172.55164.9360.56-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.89%
GREEN value IS 208 (81.64% from 255) = 39.69%
BLUE value IS 238 (93.36% from 255) = 45.42%
R=14.89%
G=39.69%
B=45.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal782082380.670.1300.07191.2582.4761.96
Hex4ED0EE43D07bf523e
Octal116320356103150727712276
Binary10011101101000011101110100001111010111101111111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,208,238); }

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

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

 a { background-color: rgb(78,208,238); }

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

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

 span { border-color: rgb(78,208,238); }

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