#4DECEB

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

Shades of Turquoise #4DECEB

Tints of Turquoise #4DECEB

Color information

#4DECEB (or 0x4DECEB) is unknown color: approx Turquoise. HEX triplet: 4D, EC and EB. RGB value is (77,236,235). Sum of RGB (Red+Green+Blue) = 77+236+235=548 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.05% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 236 - color contains mainly: green. Hex color #4DECEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DECEB is #B21314. Grayscale: #BCBCBC. Windows color (decimal): -11670293 or 15461453. OLE color: 15461453.

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

Color convert

RGB77236235-
CMYK0.6700.000.07
HSL179.62º80.71%61.37%-
HSV(B)179.62º67.37%92.55%-
XYZ48.0567.5789.11-
YUV188.34154.3248.58-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.05%
GREEN value IS 236 (92.58% from 255) = 43.07%
BLUE value IS 235 (92.19% from 255) = 42.88%
R=14.05%
G=43.07%
B=42.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal772362350.6700.000.07179.6280.7161.37
Hex4DECEB43007b4513d
Octal11535435310300726412175
Binary10011011110110011101011100001100111101101001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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