#4AF0E9

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

Shades of Turquoise #4AF0E9

Tints of Turquoise #4AF0E9

Color information

#4AF0E9 (or 0x4AF0E9) is unknown color: approx Turquoise. HEX triplet: 4A, F0 and E9. RGB value is (74,240,233). Sum of RGB (Red+Green+Blue) = 74+240+233=547 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.53% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 233 (91.41% from 255 or 42.60% from 547); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF0E9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AF0E9 is #B50F16. Grayscale: #BDBDBD. Windows color (decimal): -11865879 or 15331402. OLE color: 15331402.

HSL color Cylindrical-coordinate representation of color #4AF0E9: hue angle of 177.47º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF0E9 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB74240233-
CMYK0.6900.030.06
HSL177.47º84.69%61.57%-
HSV(B)177.47º69.17%94.12%-
XYZ48.6969.6687.97-
YUV189.57152.545.57-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 13.53%
GREEN value IS 240 (94.14% from 255) = 43.88%
BLUE value IS 233 (91.41% from 255) = 42.60%
R=13.53%
G=43.88%
B=42.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal742402330.6900.030.06177.4784.6961.57
Hex4AF0E945036b1553e
Octal11236035110503626112576
Binary100101011110000111010011000101011110101100011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,240,233); }

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

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

 a { background-color: rgb(74,240,233); }

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

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

 span { border-color: rgb(74,240,233); }

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