#4ED7FD

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

Shades of Turquoise Blue #4ED7FD

Tints of Turquoise Blue #4ED7FD

Color information

#4ED7FD (or 0x4ED7FD) is unknown color: approx Turquoise Blue. HEX triplet: 4E, D7 and FD. RGB value is (78,215,253). Sum of RGB (Red+Green+Blue) = 78+215+253=546 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.29% from 546); Green value is 215 (84.38% from 255 or 39.38% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #4ED7FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ED7FD is #B12802. Grayscale: #B2B2B2. Windows color (decimal): -11610115 or 16635726. OLE color: 16635726.

HSL color Cylindrical-coordinate representation of color #4ED7FD: hue angle of 193.03º degrees, saturation: 0.98, 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 #4ED7FD is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB78215253-
CMYK0.690.1500.01
HSL193.03º97.77%64.9%-
HSV(B)193.03º69.17%99.22%-
XYZ45.1757.31101.61-
YUV178.37170.1156.41-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.29%
GREEN value IS 215 (84.38% from 255) = 39.38%
BLUE value IS 253 (99.22% from 255) = 46.34%
R=14.29%
G=39.38%
B=46.34%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal782152530.690.1500.01193.0397.7764.9
Hex4ED7FD45F01c16241
Octal1163273751051701301142101
Binary1001110110101111111110110001011111011100000111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,215,253); }

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

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

 a { background-color: rgb(78,215,253); }

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

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

 span { border-color: rgb(78,215,253); }

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