#4AECF1

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

Shades of Turquoise #4AECF1

Tints of Turquoise #4AECF1

Color information

#4AECF1 (or 0x4AECF1) is unknown color: approx Turquoise. HEX triplet: 4A, EC and F1. RGB value is (74,236,241). Sum of RGB (Red+Green+Blue) = 74+236+241=551 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.43% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #4AECF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AECF1 is #B5130E. Grayscale: #BBBBBB. Windows color (decimal): -11866895 or 15854666. OLE color: 15854666.

HSL color Cylindrical-coordinate representation of color #4AECF1: hue angle of 181.8º 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 #4AECF1 is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB74236241-
CMYK0.690.0200.05
HSL181.8º85.64%61.76%-
HSV(B)181.8º69.29%94.51%-
XYZ48.767.893.74-
YUV188.13157.8346.59-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 13.43%
GREEN value IS 236 (92.58% from 255) = 42.83%
BLUE value IS 241 (94.53% from 255) = 43.74%
R=13.43%
G=42.83%
B=43.74%

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
Decimal742362410.690.0200.05181.885.6461.76
Hex4AECF145205b6563e
Octal11235436110520526612676
Binary100101011101100111100011000101100101101101101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AECF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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