#4AFEE8

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

Shades of Turquoise #4AFEE8

Tints of Turquoise #4AFEE8

Color information

#4AFEE8 (or 0x4AFEE8) is unknown color: approx Turquoise. HEX triplet: 4A, FE and E8. RGB value is (74,254,232). Sum of RGB (Red+Green+Blue) = 74+254+232=560 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.21% from 560); Green value is 254 (99.61% from 255 or 45.36% from 560); Blue value is 232 (91.02% from 255 or 41.43% from 560); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFEE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFEE8 is #B50117. Grayscale: #C5C5C5. Windows color (decimal): -11862296 or 15269450. OLE color: 15269450.

HSL color Cylindrical-coordinate representation of color #4AFEE8: hue angle of 172.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFEE8 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB74254232-
CMYK0.7100.090.00
HSL172.67º98.9%64.31%-
HSV(B)172.67º70.87%99.61%-
XYZ52.8378.1788.65-
YUV197.67147.3739.79-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 13.21%
GREEN value IS 254 (99.61% from 255) = 45.36%
BLUE value IS 232 (91.02% from 255) = 41.43%
R=13.21%
G=45.36%
B=41.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal742542320.7100.090.00172.6798.964.31
Hex4AFEE847090ad6340
Octal1123763501070110255143100
Binary1001010111111101110100010001110100101010110111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,254,232); }

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

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

 a { background-color: rgb(74,254,232); }

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

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

 span { border-color: rgb(74,254,232); }

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