#4DDAFE

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

Shades of Turquoise Blue #4DDAFE

Tints of Turquoise Blue #4DDAFE

Color information

#4DDAFE (or 0x4DDAFE) is unknown color: approx Turquoise Blue. HEX triplet: 4D, DA and FE. RGB value is (77,218,254). Sum of RGB (Red+Green+Blue) = 77+218+254=549 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.03% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #4DDAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDAFE is #B22501. Grayscale: #B3B3B3. Windows color (decimal): -11674882 or 16702029. OLE color: 16702029.

HSL color Cylindrical-coordinate representation of color #4DDAFE: hue angle of 192.2º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DDAFE is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB77218254-
CMYK0.700.1400.00
HSL192.2º98.88%64.9%-
HSV(B)192.2º69.69%99.61%-
XYZ46.0258.88102.7-
YUV179.94169.7954.57-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.03%
GREEN value IS 218 (85.55% from 255) = 39.71%
BLUE value IS 254 (99.61% from 255) = 46.27%
R=14.03%
G=39.71%
B=46.27%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal772182540.700.1400.00192.298.8864.9
Hex4DDAFE46E00c06341
Octal1153323761061600300143101
Binary1001101110110101111111010001101110001100000011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,218,254); }

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

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

 a { background-color: rgb(77,218,254); }

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

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

 span { border-color: rgb(77,218,254); }

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