#4DEAEB

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

Shades of Turquoise #4DEAEB

Tints of Turquoise #4DEAEB

Color information

#4DEAEB (or 0x4DEAEB) is unknown color: approx Turquoise. HEX triplet: 4D, EA and EB. RGB value is (77,234,235). Sum of RGB (Red+Green+Blue) = 77+234+235=546 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.10% from 546); Green value is 234 (91.80% from 255 or 42.86% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #4DEAEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DEAEB is #B21514. Grayscale: #BBBBBB. Windows color (decimal): -11670805 or 15460941. OLE color: 15460941.

HSL color Cylindrical-coordinate representation of color #4DEAEB: hue angle of 180.38º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DEAEB is Cyan = 0.67, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB77234235-
CMYK0.670.0000.08
HSL180.38º79.8%61.18%-
HSV(B)180.38º67.23%92.16%-
XYZ47.4866.4288.92-
YUV187.17154.9949.42-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.10%
GREEN value IS 234 (91.80% from 255) = 42.86%
BLUE value IS 235 (92.19% from 255) = 43.04%
R=14.10%
G=42.86%
B=43.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal772342350.670.0000.08180.3879.861.18
Hex4DEAEB43008b4503d
Octal115352353103001026412075
Binary100110111101010111010111000011001000101101001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DEAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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