#4ED1FF

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

Shades of Turquoise Blue #4ED1FF

Tints of Turquoise Blue #4ED1FF

Color information

#4ED1FF (or 0x4ED1FF) is unknown color: approx Turquoise Blue. HEX triplet: 4E, D1 and FF. RGB value is (78,209,255). Sum of RGB (Red+Green+Blue) = 78+209+255=542 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.39% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #4ED1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ED1FF is #B12E00. Grayscale: #AEAEAE. Windows color (decimal): -11611649 or 16765262. OLE color: 16765262.

HSL color Cylindrical-coordinate representation of color #4ED1FF: hue angle of 195.59º 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 #4ED1FF is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB78209255-
CMYK0.690.1800
HSL195.59º100%65.29%-
HSV(B)195.59º69.41%100%-
XYZ43.9954.44102.8-
YUV175.08173.158.76-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.39%
GREEN value IS 209 (82.03% from 255) = 38.56%
BLUE value IS 255 (100% from 255) = 47.05%
R=14.39%
G=38.56%
B=47.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal782092550.690.1800195.5910065.29
Hex4ED1FF451200c46441
Octal1163213771052200304144101
Binary10011101101000111111111100010110010001100010011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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