#4DEBEA

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

Shades of Turquoise #4DEBEA

Tints of Turquoise #4DEBEA

Color information

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

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

Color convert

RGB77235234-
CMYK0.6700.000.08
HSL179.62º79.8%61.18%-
HSV(B)179.62º67.23%92.16%-
XYZ47.6266.9388.25-
YUV187.64154.1549.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal772352340.6700.000.08179.6279.861.18
Hex4DEBEA43008b4503d
Octal115353352103001026412075
Binary100110111101011111010101000011001000101101001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DEBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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