#4AD1EB

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

Shades of Medium Turquoise #4AD1EB

Tints of Medium Turquoise #4AD1EB

Color information

#4AD1EB (or 0x4AD1EB) is unknown color: approx Medium Turquoise. HEX triplet: 4A, D1 and EB. RGB value is (74,209,235). Sum of RGB (Red+Green+Blue) = 74+209+235=518 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.29% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #4AD1EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AD1EB is #B52E14. Grayscale: #ABABAB. Windows color (decimal): -11873813 or 15454538. OLE color: 15454538.

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

Color convert

RGB74209235-
CMYK0.690.1100.08
HSL189.69º80.1%60.59%-
HSV(B)189.69º68.51%92.16%-
XYZ40.6253.0586.7-
YUV171.6163.7758.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 14.29%
GREEN value IS 209 (82.03% from 255) = 40.35%
BLUE value IS 235 (92.19% from 255) = 45.37%
R=14.29%
G=40.35%
B=45.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal742092350.690.1100.08189.6980.160.59
Hex4AD1EB45B08be503d
Octal1123213531051301027612075
Binary100101011010001111010111000101101101000101111101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,209,235); }

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

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

 a { background-color: rgb(74,209,235); }

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

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

 span { border-color: rgb(74,209,235); }

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