#4EE8FF

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

Shades of Turquoise Blue #4EE8FF

Tints of Turquoise Blue #4EE8FF

Color information

#4EE8FF (or 0x4EE8FF) is unknown color: approx Turquoise Blue. HEX triplet: 4E, E8 and FF. RGB value is (78,232,255). Sum of RGB (Red+Green+Blue) = 78+232+255=565 (74% of max value = 765). Red value is 78 (30.86% from 255 or 13.81% from 565); Green value is 232 (91.02% from 255 or 41.06% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #4EE8FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EE8FF is #B11700. Grayscale: #BCBCBC. Windows color (decimal): -11605761 or 16771150. OLE color: 16771150.

HSL color Cylindrical-coordinate representation of color #4EE8FF: hue angle of 187.8º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EE8FF is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB78232255-
CMYK0.690.0900
HSL187.8º100%65.29%-
HSV(B)187.8º69.41%100%-
XYZ50.0566.55104.82-
YUV188.58165.4849.13-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 13.81%
GREEN value IS 232 (91.02% from 255) = 41.06%
BLUE value IS 255 (100% from 255) = 45.13%
R=13.81%
G=41.06%
B=45.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal782322550.690.0900187.810065.29
Hex4EE8FF45900bc6441
Octal1163503771051100274144101
Binary1001110111010001111111110001011001001011110011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EE8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,232,255); }

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

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

 a { background-color: rgb(78,232,255); }

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

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

 span { border-color: rgb(78,232,255); }

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