#4DCEEC

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

Shades of Turquoise Blue #4DCEEC

Tints of Turquoise Blue #4DCEEC

Color information

#4DCEEC (or 0x4DCEEC) is unknown color: approx Turquoise Blue. HEX triplet: 4D, CE and EC. RGB value is (77,206,236). Sum of RGB (Red+Green+Blue) = 77+206+236=519 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.84% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #4DCEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCEEC is #B23113. Grayscale: #AAAAAA. Windows color (decimal): -11677972 or 15519309. OLE color: 15519309.

HSL color Cylindrical-coordinate representation of color #4DCEEC: hue angle of 191.32º 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 #4DCEEC is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB77206236-
CMYK0.670.1300.07
HSL191.32º80.71%61.37%-
HSV(B)191.32º67.37%92.55%-
XYZ40.2751.7887.23-
YUV170.85164.7661.06-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.84%
GREEN value IS 206 (80.86% from 255) = 39.69%
BLUE value IS 236 (92.58% from 255) = 45.47%
R=14.84%
G=39.69%
B=45.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal772062360.670.1300.07191.3280.7161.37
Hex4DCEEC43D07bf513d
Octal115316354103150727712175
Binary10011011100111011101100100001111010111101111111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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