#4ae1e6

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

Shades of Turquoise #4AE1E6

Tints of Turquoise #4AE1E6

Color information

#4AE1E6 (or 0x4AE1E6) is unknown color: approx Turquoise. HEX triplet: 4A, E1 and E6. RGB value is (74,225,230). Sum of RGB (Red+Green+Blue) = 74+225+230=529 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.99% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 230 - color contains mainly: blue. Hex color #4AE1E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AE1E6 is #B51E19. Grayscale: #B4B4B4. Windows color (decimal): -11869722 or 15130954. OLE color: 15130954.

HSL color Cylindrical-coordinate representation of color #4AE1E6: hue angle of 181.92º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AE1E6 is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB74225230-
CMYK0.680.0200.10
HSL181.92º75.73%59.61%-
HSV(B)181.92º67.83%90.2%-
XYZ44.0361.0284.32-
YUV180.42155.9752.09-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 13.99%
GREEN value IS 225 (88.28% from 255) = 42.53%
BLUE value IS 230 (90.23% from 255) = 43.48%
R=13.99%
G=42.53%
B=43.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal742252300.680.0200.10181.9275.7359.61
Hex4AE1E64420Ab64c3c
Octal112341346104201226611474
Binary1001010111000011110011010001001001010101101101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ae1e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,225,230); }

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

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

 a { background-color: rgb(74,225,230); }

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

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

 span { border-color: rgb(74,225,230); }

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