#4AEDF1

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

Shades of Turquoise #4AEDF1

Tints of Turquoise #4AEDF1

Color information

#4AEDF1 (or 0x4AEDF1) is unknown color: approx Turquoise. HEX triplet: 4A, ED and F1. RGB value is (74,237,241). Sum of RGB (Red+Green+Blue) = 74+237+241=552 (73% of max value = 765). Red value is 74 (29.30% from 255 or 13.41% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #4AEDF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEDF1 is #B5120E. Grayscale: #BCBCBC. Windows color (decimal): -11866639 or 15854922. OLE color: 15854922.

HSL color Cylindrical-coordinate representation of color #4AEDF1: hue angle of 181.44º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEDF1 is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB74237241-
CMYK0.690.0200.05
HSL181.44º85.64%61.76%-
HSV(B)181.44º69.29%94.51%-
XYZ48.9968.3893.83-
YUV188.72157.546.17-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 13.41%
GREEN value IS 237 (92.97% from 255) = 42.93%
BLUE value IS 241 (94.53% from 255) = 43.66%
R=13.41%
G=42.93%
B=43.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal742372410.690.0200.05181.4485.6461.76
Hex4AEDF145205b5563e
Octal11235536110520526512676
Binary100101011101101111100011000101100101101101011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AEDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,237,241); }

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

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

 a { background-color: rgb(74,237,241); }

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

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

 span { border-color: rgb(74,237,241); }

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