#4DD9FA

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

Shades of Turquoise Blue #4DD9FA

Tints of Turquoise Blue #4DD9FA

Color information

#4DD9FA (or 0x4DD9FA) is unknown color: approx Turquoise Blue. HEX triplet: 4D, D9 and FA. RGB value is (77,217,250). Sum of RGB (Red+Green+Blue) = 77+217+250=544 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.15% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DD9FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DD9FA is #B22605. Grayscale: #B2B2B2. Windows color (decimal): -11675142 or 16439629. OLE color: 16439629.

HSL color Cylindrical-coordinate representation of color #4DD9FA: hue angle of 191.45º degrees, saturation: 0.95, 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 #4DD9FA is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB77217250-
CMYK0.690.1300.02
HSL191.45º94.54%64.12%-
HSV(B)191.45º69.2%98.04%-
XYZ45.1358.1199.28-
YUV178.9168.1255.32-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.15%
GREEN value IS 217 (85.16% from 255) = 39.89%
BLUE value IS 250 (98.05% from 255) = 45.96%
R=14.15%
G=39.89%
B=45.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal772172500.690.1300.02191.4594.5464.12
Hex4DD9FA45D02bf5f40
Octal1153313721051502277137100
Binary10011011101100111111010100010111010101011111110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DD9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,217,250); }

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

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

 a { background-color: rgb(77,217,250); }

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

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

 span { border-color: rgb(77,217,250); }

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