#A0F1E8

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

Shades of Pale Turquoise #A0F1E8

Tints of Pale Turquoise #A0F1E8

Color information

#A0F1E8 (or 0xA0F1E8) is unknown color: approx Pale Turquoise. HEX triplet: A0, F1 and E8. RGB value is (160,241,232). Sum of RGB (Red+Green+Blue) = 160+241+232=633 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.28% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 232 (91.02% from 255 or 36.65% from 633); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F1E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F1E8 is #5F0E17. Grayscale: #D7D7D7. Windows color (decimal): -6229528 or 15266208. OLE color: 15266208.

HSL color Cylindrical-coordinate representation of color #A0F1E8: hue angle of 173.33º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F1E8 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB160241232-
CMYK0.3400.040.05
HSL173.33º74.31%78.63%-
HSV(B)173.33º33.61%94.51%-
XYZ60.5276.2187.86-
YUV215.76137.1688.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.28%
GREEN value IS 241 (94.53% from 255) = 38.07%
BLUE value IS 232 (91.02% from 255) = 36.65%
R=25.28%
G=38.07%
B=36.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1602412320.3400.040.05173.3374.3178.63
HexA0F1E822045ad4a4f
Octal24036135042045255112117
Binary10100000111100011110100010001001001011010110110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F1E8; }

 p { color: rgb(160,241,232); }

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

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

 a { background-color: rgb(160,241,232); }

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

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

 span { border-color: rgb(160,241,232); }

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