#4DCFFB

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

Shades of Turquoise Blue #4DCFFB

Tints of Turquoise Blue #4DCFFB

Color information

#4DCFFB (or 0x4DCFFB) is unknown color: approx Turquoise Blue. HEX triplet: 4D, CF and FB. RGB value is (77,207,251). Sum of RGB (Red+Green+Blue) = 77+207+251=535 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.39% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #4DCFFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCFFB is #B23004. Grayscale: #ACACAC. Windows color (decimal): -11677701 or 16502605. OLE color: 16502605.

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

Color convert

RGB77207251-
CMYK0.690.1800.02
HSL195.17º95.6%64.31%-
HSV(B)195.17º69.32%98.43%-
XYZ42.7953.1799.27-
YUV173.15171.9359.42-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.39%
GREEN value IS 207 (81.25% from 255) = 38.69%
BLUE value IS 251 (98.44% from 255) = 46.92%
R=14.39%
G=38.69%
B=46.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal772072510.690.1800.02195.1795.664.31
Hex4DCFFB451202c36040
Octal1153173731052202303140100
Binary100110111001111111110111000101100100101100001111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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