#4DEAFB

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

Shades of Turquoise Blue #4DEAFB

Tints of Turquoise Blue #4DEAFB

Color information

#4DEAFB (or 0x4DEAFB) is unknown color: approx Turquoise Blue. HEX triplet: 4D, EA and FB. RGB value is (77,234,251). Sum of RGB (Red+Green+Blue) = 77+234+251=562 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.70% from 562); Green value is 234 (91.80% from 255 or 41.64% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #4DEAFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DEAFB is #B21504. Grayscale: #BCBCBC. Windows color (decimal): -11670789 or 16509517. OLE color: 16509517.

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

Color convert

RGB77234251-
CMYK0.690.0700.02
HSL185.86º95.6%64.31%-
HSV(B)185.86º69.32%98.43%-
XYZ49.967.39101.64-
YUV189162.9948.12-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 13.70%
GREEN value IS 234 (91.80% from 255) = 41.64%
BLUE value IS 251 (98.44% from 255) = 44.66%
R=13.70%
G=41.64%
B=44.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal772342510.690.0700.02185.8695.664.31
Hex4DEAFB45702ba6040
Octal115352373105702272140100
Binary1001101111010101111101110001011110101011101011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DEAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,234,251); }

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

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

 a { background-color: rgb(77,234,251); }

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

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

 span { border-color: rgb(77,234,251); }

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