#4EE4FC

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

Shades of Turquoise Blue #4EE4FC

Tints of Turquoise Blue #4EE4FC

Color information

#4EE4FC (or 0x4EE4FC) is unknown color: approx Turquoise Blue. HEX triplet: 4E, E4 and FC. RGB value is (78,228,252). Sum of RGB (Red+Green+Blue) = 78+228+252=558 (73% of max value = 765). Red value is 78 (30.86% from 255 or 13.98% from 558); Green value is 228 (89.45% from 255 or 40.86% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #4EE4FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EE4FC is #B11B03. Grayscale: #B9B9B9. Windows color (decimal): -11606788 or 16573518. OLE color: 16573518.

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

Color convert

RGB78228252-
CMYK0.690.1000.01
HSL188.28º96.67%64.71%-
HSV(B)188.28º69.05%98.82%-
XYZ48.4664.13101.92-
YUV185.89165.351.05-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 13.98%
GREEN value IS 228 (89.45% from 255) = 40.86%
BLUE value IS 252 (98.83% from 255) = 45.16%
R=13.98%
G=40.86%
B=45.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal782282520.690.1000.01188.2896.6764.71
Hex4EE4FC45A01bc6141
Octal1163443741051201274141101
Binary1001110111001001111110010001011010011011110011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EE4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,228,252); }

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

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

 a { background-color: rgb(78,228,252); }

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

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

 span { border-color: rgb(78,228,252); }

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