#4DDFEC

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

Shades of Turquoise Blue #4DDFEC

Tints of Turquoise Blue #4DDFEC

Color information

#4DDFEC (or 0x4DDFEC) is unknown color: approx Turquoise Blue. HEX triplet: 4D, DF and EC. RGB value is (77,223,236). Sum of RGB (Red+Green+Blue) = 77+223+236=536 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.37% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #4DDFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDFEC is #B22013. Grayscale: #B4B4B4. Windows color (decimal): -11673620 or 15523661. OLE color: 15523661.

HSL color Cylindrical-coordinate representation of color #4DDFEC: hue angle of 184.91º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DDFEC is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB77223236-
CMYK0.670.0600.07
HSL184.91º80.71%61.37%-
HSV(B)184.91º67.37%92.55%-
XYZ44.5960.4188.67-
YUV180.83159.1353.94-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.37%
GREEN value IS 223 (87.5% from 255) = 41.60%
BLUE value IS 236 (92.58% from 255) = 44.03%
R=14.37%
G=41.60%
B=44.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal772232360.670.0600.07184.9180.7161.37
Hex4DDFEC43607b9513d
Octal11533735410360727112175
Binary1001101110111111110110010000111100111101110011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,223,236); }

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

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

 a { background-color: rgb(77,223,236); }

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

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

 span { border-color: rgb(77,223,236); }

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