#a0f3e8

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

Shades of Pale Turquoise #A0F3E8

Tints of Pale Turquoise #A0F3E8

Color information

#A0F3E8 (or 0xA0F3E8) is unknown color: approx Pale Turquoise. HEX triplet: A0, F3 and E8. RGB value is (160,243,232). Sum of RGB (Red+Green+Blue) = 160+243+232=635 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.20% from 635); Green value is 243 (95.31% from 255 or 38.27% from 635); Blue value is 232 (91.02% from 255 or 36.54% from 635); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F3E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F3E8 is #5F0C17. Grayscale: #D8D8D8. Windows color (decimal): -6229016 or 15266720. OLE color: 15266720.

HSL color Cylindrical-coordinate representation of color #A0F3E8: hue angle of 172.05º degrees, saturation: 0.78, 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 #A0F3E8 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB160243232-
CMYK0.3400.050.05
HSL172.05º77.57%79.02%-
HSV(B)172.05º34.16%95.29%-
XYZ61.1177.488.06-
YUV216.93136.587.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.20%
GREEN value IS 243 (95.31% from 255) = 38.27%
BLUE value IS 232 (91.02% from 255) = 36.54%
R=25.20%
G=38.27%
B=36.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1602432320.3400.050.05172.0577.5779.02
HexA0F3E822055ac4e4f
Octal24036335042055254116117
Binary10100000111100111110100010001001011011010110010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0f3e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0f3e8; }

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

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

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

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

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

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

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

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