#4DDAF9

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

Shades of Turquoise Blue #4DDAF9

Tints of Turquoise Blue #4DDAF9

Color information

#4DDAF9 (or 0x4DDAF9) is unknown color: approx Turquoise Blue. HEX triplet: 4D, DA and F9. RGB value is (77,218,249). Sum of RGB (Red+Green+Blue) = 77+218+249=544 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.15% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 249 - color contains mainly: blue. Hex color #4DDAF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDAF9 is #B22506. Grayscale: #B3B3B3. Windows color (decimal): -11674887 or 16374349. OLE color: 16374349.

HSL color Cylindrical-coordinate representation of color #4DDAF9: hue angle of 190.81º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DDAF9 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB77218249-
CMYK0.690.1200.02
HSL190.81º93.48%63.92%-
HSV(B)190.81º69.08%97.65%-
XYZ45.2358.5698.54-
YUV179.38167.2954.98-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.15%
GREEN value IS 218 (85.55% from 255) = 40.07%
BLUE value IS 249 (97.66% from 255) = 45.77%
R=14.15%
G=40.07%
B=45.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal772182490.690.1200.02190.8193.4863.92
Hex4DDAF945C02bf5d40
Octal1153323711051402277135100
Binary10011011101101011111001100010111000101011111110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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